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