summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-file.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe-file: Delete namelist in del_events() on the error pathRiccardo Mancini2021-07-181-2/+2
* perf probe: Provide clearer message permission error for tracefs accessMasami Hiramatsu2021-06-081-30/+65
* perf probe: Fixup Arm64 SDT argumentsLeo Yan2020-12-281-2/+36
* perf probe: Fix memory leak when synthesizing SDT probesArnaldo Carvalho de Melo2020-12-241-3/+10
* perf probe: Fix user attribute access in kprobesSumanth Korikkar2020-06-091-1/+1
* perf probe: Fix to delete multiple probe eventMasami Hiramatsu2020-03-091-0/+3
* perf probe: Check return value of strlist__add() for -ENOMEMHe Zhe2020-02-271-4/+24
* perf probe: Support DW_AT_const_value constant valueMasami Hiramatsu2019-11-181-0/+7
* perf probe: Support multiprobe eventMasami Hiramatsu2019-11-181-0/+7
* perf probe: Add missing build-id.h header.Arnaldo Carvalho de Melo2019-09-201-0/+1
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+1
* perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf dso: Adopt DSO related macros from symbol.hArnaldo Carvalho de Melo2019-08-311-0/+1
* Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-0/+7
|\
| * perf-probe: Add user memory access attribute supportMasami Hiramatsu2019-05-251-0/+7
* | tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
|/
* perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-251-0/+1
* perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2018-12-171-1/+1
* perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria2018-09-241-6/+28
* tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo2018-05-161-2/+1
* perf tools: Make copyfile_offset() staticArnaldo Carvalho de Melo2017-09-131-0/+1
* perf buildid-cache: Support binary objects from other namespacesKrister Johansen2017-07-181-7/+12
* perf tools: Remove string.h, unistd.h and sys/stat.h from util.hArnaldo Carvalho de Melo2017-04-241-0/+3
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Include errno.h where neededArnaldo Carvalho de Melo2017-04-191-0/+1
* perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo2017-04-191-0/+1
* perf/sdt/x86: Move OP parser to tools/perf/arch/x86/Ravi Bangoria2017-03-281-94/+38
* perf probe: Add sdt probes arguments into the uprobe cmd stringAlexis Berlemont2017-03-211-4/+166
* perf probe: Change MAX_CMDLENRavi Bangoria2017-03-211-1/+2
* perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao2017-03-141-0/+7
* perf probe: Factor out the ftrace README scanningNaveen N. Rao2017-03-141-33/+37
* perf probe: Generalize probe event file open routineNaveen N. Rao2017-03-031-9/+11
* perf probe: Increase debug level of SDT debug messagesAdrian Hunter2016-09-291-1/+1
* perf probe: Remove unused tracing_dir variableMasami Hiramatsu2016-08-241-3/+2
* perf probe: Add supported for type casting by the running kernelMasami Hiramatsu2016-08-231-0/+57
* perf probe: Release resources on error when handling exit pathsArnaldo Carvalho de Melo2016-08-151-3/+9
* perf probe: Check for dup and fdopen failuresColin Ian King2016-08-151-4/+20
* perf probe: Allow wildcard for cached eventsMasami Hiramatsu2016-07-131-6/+32
* perf probe-cache: Add for_each_probe_cache_entry() wrapperMasami Hiramatsu2016-07-131-4/+4
* perf probe: Make --list show only available cached eventsMasami Hiramatsu2016-07-131-1/+1
* perf probe: Accept %sdt and %cached event nameMasami Hiramatsu2016-07-131-0/+9
* perf tools: Add feature detection for gelf_getnote()Arnaldo Carvalho de Melo2016-07-121-0/+2
* tools: Introduce str_error_r()Arnaldo Carvalho de Melo2016-07-121-5/+5
* perf buildid-cache: Scan and import user SDT events to probe cacheMasami Hiramatsu2016-07-041-3/+66
* perf probe: Remove caches when --cache is givenMasami Hiramatsu2016-07-011-8/+28
* perf probe: Show all cached probesMasami Hiramatsu2016-07-011-2/+64
* perf probe: Use cache entry if possibleMasami Hiramatsu2016-07-011-1/+19
* perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo2016-06-231-4/+4
* perf probe: Introduce perf_cache interfacesMasami Hiramatsu2016-06-151-0/+331