| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-25 | perf build-id: Change sprintf functions to snprintf | Ian Rogers | 1 | -2/+2 |
| 2024-11-16 | perf: Remove unused del_perf_probe_events() | Dr. David Alan Gilbert | 1 | -19/+0 |
| 2021-07-18 | perf probe-file: Delete namelist in del_events() on the error path | Riccardo Mancini | 1 | -2/+2 |
| 2021-06-08 | perf probe: Provide clearer message permission error for tracefs access | Masami Hiramatsu | 1 | -30/+65 |
| 2020-12-28 | perf probe: Fixup Arm64 SDT arguments | Leo Yan | 1 | -2/+36 |
| 2020-12-24 | perf probe: Fix memory leak when synthesizing SDT probes | Arnaldo Carvalho de Melo | 1 | -3/+10 |
| 2020-06-09 | perf probe: Fix user attribute access in kprobes | Sumanth Korikkar | 1 | -1/+1 |
| 2020-03-09 | perf probe: Fix to delete multiple probe event | Masami Hiramatsu | 1 | -0/+3 |
| 2020-02-27 | perf probe: Check return value of strlist__add() for -ENOMEM | He Zhe | 1 | -4/+24 |
| 2019-11-18 | perf probe: Support DW_AT_const_value constant value | Masami Hiramatsu | 1 | -0/+7 |
| 2019-11-18 | perf probe: Support multiprobe event | Masami Hiramatsu | 1 | -0/+7 |
| 2019-09-20 | perf probe: Add missing build-id.h header. | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-08-31 | perf tools: Remove needless evlist.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-08-31 | perf tools: Remove needless thread.h include directives | Arnaldo Carvalho de Melo | 1 | -1/+0 |
| 2019-08-31 | perf dso: Adopt DSO related macros from symbol.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2019-07-18 | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste... | Linus Torvalds | 1 | -0/+7 |
| 2019-07-09 | tools lib: Adopt zalloc()/zfree() from tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -11/+1 |
| 2019-05-25 | perf-probe: Add user memory access attribute support | Masami Hiramatsu | 1 | -0/+7 |
| 2019-01-25 | perf namespaces: Remove namespaces.h from .h headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2018-12-17 | perf probe: Fix unchecked usage of strncpy() | Arnaldo Carvalho de Melo | 1 | -1/+1 |
| 2018-09-24 | perf probe: Support SDT markers having reference counter (semaphore) | Ravi Bangoria | 1 | -6/+28 |
| 2018-05-16 | tools lib api: Unexport 'tracing_path' variable | Arnaldo Carvalho de Melo | 1 | -2/+1 |
| 2017-09-13 | perf tools: Make copyfile_offset() static | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-07-18 | perf buildid-cache: Support binary objects from other namespaces | Krister Johansen | 1 | -7/+12 |
| 2017-04-24 | perf tools: Remove string.h, unistd.h and sys/stat.h from util.h | Arnaldo Carvalho de Melo | 1 | -0/+3 |
| 2017-04-19 | perf str{filter,list}: Disentangle headers | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Include errno.h where needed | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-04-19 | perf tools: Move extra string util functions to util/string2.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
| 2017-03-28 | perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ | Ravi Bangoria | 1 | -94/+38 |
| 2017-03-21 | perf probe: Add sdt probes arguments into the uprobe cmd string | Alexis Berlemont | 1 | -4/+166 |
| 2017-03-21 | perf probe: Change MAX_CMDLEN | Ravi Bangoria | 1 | -1/+2 |
| 2017-03-14 | perf kretprobes: Offset from reloc_sym if kernel supports it | Naveen N. Rao | 1 | -0/+7 |
| 2017-03-14 | perf probe: Factor out the ftrace README scanning | Naveen N. Rao | 1 | -33/+37 |
| 2017-03-03 | perf probe: Generalize probe event file open routine | Naveen N. Rao | 1 | -9/+11 |
| 2016-09-29 | perf probe: Increase debug level of SDT debug messages | Adrian Hunter | 1 | -1/+1 |
| 2016-08-24 | perf probe: Remove unused tracing_dir variable | Masami Hiramatsu | 1 | -3/+2 |
| 2016-08-23 | perf probe: Add supported for type casting by the running kernel | Masami Hiramatsu | 1 | -0/+57 |
| 2016-08-15 | perf probe: Release resources on error when handling exit paths | Arnaldo Carvalho de Melo | 1 | -3/+9 |
| 2016-08-15 | perf probe: Check for dup and fdopen failures | Colin Ian King | 1 | -4/+20 |
| 2016-07-13 | perf probe: Allow wildcard for cached events | Masami Hiramatsu | 1 | -6/+32 |
| 2016-07-13 | perf probe-cache: Add for_each_probe_cache_entry() wrapper | Masami Hiramatsu | 1 | -4/+4 |
| 2016-07-13 | perf probe: Make --list show only available cached events | Masami Hiramatsu | 1 | -1/+1 |
| 2016-07-13 | perf probe: Accept %sdt and %cached event name | Masami Hiramatsu | 1 | -0/+9 |
| 2016-07-12 | perf tools: Add feature detection for gelf_getnote() | Arnaldo Carvalho de Melo | 1 | -0/+2 |
| 2016-07-12 | tools: Introduce str_error_r() | Arnaldo Carvalho de Melo | 1 | -5/+5 |
| 2016-07-04 | perf buildid-cache: Scan and import user SDT events to probe cache | Masami Hiramatsu | 1 | -3/+66 |
| 2016-07-01 | perf probe: Remove caches when --cache is given | Masami Hiramatsu | 1 | -8/+28 |
| 2016-07-01 | perf probe: Show all cached probes | Masami Hiramatsu | 1 | -2/+64 |
| 2016-07-01 | perf probe: Use cache entry if possible | Masami Hiramatsu | 1 | -1/+19 |
| 2016-06-23 | perf tools: Rename strlist_for_each() macros to for_each_entry() | Arnaldo Carvalho de Melo | 1 | -4/+4 |
| 2016-06-15 | perf probe: Introduce perf_cache interfaces | Masami Hiramatsu | 1 | -0/+331 |
| 2016-04-26 | perf probe: Let probe_file__add_event return 0 if succeeded | Masami Hiramatsu | 1 | -2/+1 |
| 2015-11-11 | perf probe: Verify parameters in two functions | Wang Nan | 1 | -0/+6 |
| 2015-09-14 | perf tools: Switch to tracing_path interface on appropriate places | Jiri Olsa | 1 | -12/+2 |
| 2015-09-14 | tools lib api fs: Replace debugfs/tracefs objects interface with fs.c | Jiri Olsa | 1 | -4/+3 |
| 2015-09-04 | perf probe: Print deleted events in cmd_probe() | Namhyung Kim | 1 | -4/+3 |
| 2015-09-04 | perf probe: Split del_perf_probe_events() | Namhyung Kim | 1 | -4/+36 |
| 2015-07-20 | perf probe: Move ftrace probe-event operations to probe-file.c | Masami Hiramatsu | 1 | -0/+301 |