summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* perf map: Fix map reference count issuesIan Rogers2024-02-291-3/+1
* perf maps: Get map before returning in maps__find_by_nameIan Rogers2024-02-121-0/+1
* perf probe-event: Use function to add missing maps lockIan Rogers2023-12-181-14/+26
* perf probe: Make synthesize_perf_probe_point() private to probe-event.cArnaldo Carvalho de Melo2023-08-071-1/+3
* perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo2023-08-071-2/+6
* perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo2023-08-071-2/+3
* perf probe: Show correct error message about @symbol usage for uprobeMasami Hiramatsu2023-08-031-4/+9
* perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers2023-06-231-1/+0
* perf symbol: Remove symbol_name_rb_nodeIan Rogers2023-06-231-6/+6
* perf dso: Sort symbols under lockIan Rogers2023-06-231-2/+1
* perf map: Add accessors for ->pgoff and ->relocIan Rogers2023-04-061-4/+4
* perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers2023-04-061-4/+4
* perf map: Add accessor for start and endIan Rogers2023-04-041-2/+2
* perf map: Add accessor for dsoIan Rogers2023-04-041-13/+17
* perf maps: Remove rb_node from struct mapIan Rogers2023-04-041-7/+11
* perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev2023-02-061-2/+2
* perf dso: Hold lock when accessing nsinfoIan Rogers2022-10-041-0/+3
* perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET2022-08-101-2/+4
* perf probe: Fix duplicated 'the' in commentJason Wang2022-07-201-1/+1
* perf maps: Use a pointer for kmapsIan Rogers2022-02-141-1/+1
* perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen2022-01-181-0/+3
* perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong2021-07-181-26/+23
* perf probe: Fix dso->nsinfo refcountingRiccardo Mancini2021-07-151-1/+3
* perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu2021-06-181-0/+72
* perf probe: Cleanup synthesize_probe_trace_command()Masami Hiramatsu2021-06-181-37/+49
* perf probe: Support probes on init functions for offline kernelMasami Hiramatsu2021-06-181-2/+7
* perf probe: Report possible permission error for map__load() failureMasami Hiramatsu2021-06-041-3/+22
* perf probe: Provide more detail with relocation warningRavi Bangoria2021-05-271-3/+8
* perf tools: Fix various typos in commentsIngo Molnar2021-03-231-2/+2
* Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2021-02-161-0/+10
|\
| * perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv2021-02-121-0/+10
* | perf intlist: Change 'struct intlist' int member to 'unsigned long'Jin Yao2021-02-081-1/+1
|/
* perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa2020-10-141-3/+6
* perf tools: Use build_id object in dsoJiri Olsa2020-10-141-1/+1
* perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu2020-09-181-1/+57
* perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu2020-09-181-3/+5
* perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu2020-07-171-2/+6
* perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu2020-07-171-0/+10
* perf probe: Fix user attribute access in kprobesSumanth Korikkar2020-06-091-2/+5
* perf probe: Check address correctness by map instead of _etextMasami Hiramatsu2020-05-281-12/+13
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-05-281-6/+15
* perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu2020-05-281-2/+1
* perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo2019-11-261-1/+1
* perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo2019-11-261-1/+1
* perf probe: Trace a magic number if variable is not foundMasami Hiramatsu2019-11-181-1/+1
* perf probe: Support multiprobe eventMasami Hiramatsu2019-11-181-2/+7
* perf probe: Generate event name with line numberMasami Hiramatsu2019-11-181-0/+8
* perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo2019-11-061-1/+1
* perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu2019-09-201-0/+1
* perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+2