aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-18perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu1-0/+72
2021-06-18perf probe: Cleanup synthesize_probe_trace_command()Masami Hiramatsu1-37/+49
2021-06-18perf probe: Support probes on init functions for offline kernelMasami Hiramatsu1-2/+7
2021-06-04perf probe: Report possible permission error for map__load() failureMasami Hiramatsu1-3/+22
2021-05-27perf probe: Provide more detail with relocation warningRavi Bangoria1-3/+8
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-2/+2
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo1-0/+10
2021-02-12perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv1-0/+10
2021-02-08perf intlist: Change 'struct intlist' int member to 'unsigned long'Jin Yao1-1/+1
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa1-3/+6
2020-10-14perf tools: Use build_id object in dsoJiri Olsa1-1/+1
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found locallyMasami Hiramatsu1-1/+57
2020-09-18perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu1-3/+5
2020-07-17perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu1-2/+6
2020-07-17perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu1-0/+10
2020-06-09perf probe: Fix user attribute access in kprobesSumanth Korikkar1-2/+5
2020-05-28perf probe: Check address correctness by map instead of _etextMasami Hiramatsu1-12/+13
2020-05-28perf probe: Fix to check blacklist address correctlyMasami Hiramatsu1-6/+15
2020-05-28perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu1-2/+1
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo1-1/+1
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-1/+1
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu1-1/+1
2019-11-18perf probe: Support multiprobe eventMasami Hiramatsu1-2/+7
2019-11-18perf probe: Generate event name with line numberMasami Hiramatsu1-0/+8
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo1-1/+1
2019-09-20perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu1-0/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+2
2019-07-23Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-0/+1
2019-07-23perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo1-0/+1
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+11
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-1/+1
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-27/+24
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-25perf-probe: Add user memory access attribute supportMasami Hiramatsu1-0/+11
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter1-2/+4
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo1-3/+6
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso1-1/+2
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo1-0/+1
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-2/+2
2018-09-24perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria1-4/+35
2018-06-04perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo1-2/+1
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo1-13/+2
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-5/+4
2018-04-26perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo1-2/+1