aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-file.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-18perf probe-file: Delete namelist in del_events() on the error pathGravatar Riccardo Mancini 1-2/+2
2021-06-08perf probe: Provide clearer message permission error for tracefs accessGravatar Masami Hiramatsu 1-30/+65
2020-12-28perf probe: Fixup Arm64 SDT argumentsGravatar Leo Yan 1-2/+36
2020-12-24perf probe: Fix memory leak when synthesizing SDT probesGravatar Arnaldo Carvalho de Melo 1-3/+10
2020-06-09perf probe: Fix user attribute access in kprobesGravatar Sumanth Korikkar 1-1/+1
2020-03-09perf probe: Fix to delete multiple probe eventGravatar Masami Hiramatsu 1-0/+3
2020-02-27perf probe: Check return value of strlist__add() for -ENOMEMGravatar He Zhe 1-4/+24
2019-11-18perf probe: Support DW_AT_const_value constant valueGravatar Masami Hiramatsu 1-0/+7
2019-11-18perf probe: Support multiprobe eventGravatar Masami Hiramatsu 1-0/+7
2019-09-20perf probe: Add missing build-id.h header.Gravatar Arnaldo Carvalho de Melo 1-0/+1
2019-08-31perf tools: Remove needless evlist.h include directivesGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-08-31perf tools: Remove needless thread.h include directivesGravatar Arnaldo Carvalho de Melo 1-1/+0
2019-08-31perf dso: Adopt DSO related macros from symbol.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Gravatar Linus Torvalds 1-0/+7
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfGravatar Arnaldo Carvalho de Melo 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Gravatar Thomas Gleixner 1-11/+1
2019-05-25perf-probe: Add user memory access attribute supportGravatar Masami Hiramatsu 1-0/+7
2019-01-25perf namespaces: Remove namespaces.h from .h headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2018-12-17perf probe: Fix unchecked usage of strncpy()Gravatar Arnaldo Carvalho de Melo 1-1/+1
2018-09-24perf probe: Support SDT markers having reference counter (semaphore)Gravatar Ravi Bangoria 1-6/+28
2018-05-16tools lib api: Unexport 'tracing_path' variableGravatar Arnaldo Carvalho de Melo 1-2/+1
2017-09-13perf tools: Make copyfile_offset() staticGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-07-18perf buildid-cache: Support binary objects from other namespacesGravatar Krister Johansen 1-7/+12
2017-04-24perf tools: Remove string.h, unistd.h and sys/stat.h from util.hGravatar Arnaldo Carvalho de Melo 1-0/+3
2017-04-19perf str{filter,list}: Disentangle headersGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Include errno.h where neededGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hGravatar Arnaldo Carvalho de Melo 1-0/+1
2017-03-28perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Gravatar Ravi Bangoria 1-94/+38
2017-03-21perf probe: Add sdt probes arguments into the uprobe cmd stringGravatar Alexis Berlemont 1-4/+166
2017-03-21perf probe: Change MAX_CMDLENGravatar Ravi Bangoria 1-1/+2
2017-03-14perf kretprobes: Offset from reloc_sym if kernel supports itGravatar Naveen N. Rao 1-0/+7
2017-03-14perf probe: Factor out the ftrace README scanningGravatar Naveen N. Rao 1-33/+37
2017-03-03perf probe: Generalize probe event file open routineGravatar Naveen N. Rao 1-9/+11
2016-09-29perf probe: Increase debug level of SDT debug messagesGravatar Adrian Hunter 1-1/+1
2016-08-24perf probe: Remove unused tracing_dir variableGravatar Masami Hiramatsu 1-3/+2
2016-08-23perf probe: Add supported for type casting by the running kernelGravatar Masami Hiramatsu 1-0/+57
2016-08-15perf probe: Release resources on error when handling exit pathsGravatar Arnaldo Carvalho de Melo 1-3/+9
2016-08-15perf probe: Check for dup and fdopen failuresGravatar Colin Ian King 1-4/+20
2016-07-13perf probe: Allow wildcard for cached eventsGravatar Masami Hiramatsu 1-6/+32
2016-07-13perf probe-cache: Add for_each_probe_cache_entry() wrapperGravatar Masami Hiramatsu 1-4/+4
2016-07-13perf probe: Make --list show only available cached eventsGravatar Masami Hiramatsu 1-1/+1
2016-07-13perf probe: Accept %sdt and %cached event nameGravatar Masami Hiramatsu 1-0/+9
2016-07-12perf tools: Add feature detection for gelf_getnote()Gravatar Arnaldo Carvalho de Melo 1-0/+2
2016-07-12tools: Introduce str_error_r()Gravatar Arnaldo Carvalho de Melo 1-5/+5
2016-07-04perf buildid-cache: Scan and import user SDT events to probe cacheGravatar Masami Hiramatsu 1-3/+66
2016-07-01perf probe: Remove caches when --cache is givenGravatar Masami Hiramatsu 1-8/+28
2016-07-01perf probe: Show all cached probesGravatar Masami Hiramatsu 1-2/+64
2016-07-01perf probe: Use cache entry if possibleGravatar Masami Hiramatsu 1-1/+19
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Gravatar Arnaldo Carvalho de Melo 1-4/+4
2016-06-15perf probe: Introduce perf_cache interfacesGravatar Masami Hiramatsu 1-0/+331