summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-06perf dso: Add reference count checking and accessor functionsIan Rogers1-13/+12
2024-04-19perf probe-event: Better error message for a too-long probe nameDima Kogan1-1/+1
2024-04-19perf probe-event: Un-hardcode sizeof(buf)Dima Kogan1-2/+2
2024-03-21perf probe: Add missing libgen.h header needed for using basename()Arnaldo Carvalho de Melo1-0/+1
2024-03-01perf map: Fix map reference count issuesIan Rogers1-3/+1
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers1-0/+1
2023-12-19perf probe-event: Use function to add missing maps lockIan Rogers1-14/+26
2023-08-07perf probe: Make synthesize_perf_probe_point() private to probe-event.cArnaldo Carvalho de Melo1-1/+3
2023-08-07perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo1-2/+6
2023-08-07perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo1-2/+3
2023-08-03perf probe: Show correct error message about @symbol usage for uprobeMasami Hiramatsu1-4/+9
2023-06-24perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers1-1/+0
2023-06-24perf symbol: Remove symbol_name_rb_nodeIan Rogers1-6/+6
2023-06-24perf dso: Sort symbols under lockIan Rogers1-2/+1
2023-04-07perf map: Add accessors for ->pgoff and ->relocIan Rogers1-4/+4
2023-04-07perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers1-4/+4
2023-04-04perf map: Add accessor for start and endIan Rogers1-2/+2
2023-04-04perf map: Add accessor for dsoIan Rogers1-13/+17
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers1-7/+11
2023-02-06perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev1-2/+2
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers1-0/+3
2022-08-10perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET1-2/+4
2022-07-20perf probe: Fix duplicated 'the' in commentJason Wang1-1/+1
2022-02-14perf maps: Use a pointer for kmapsIan Rogers1-1/+1
2022-01-18perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen1-0/+3
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong1-26/+23
2021-07-15perf probe: Fix dso->nsinfo refcountingRiccardo Mancini1-1/+3
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-13perf 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 l...Masami 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-19perf probe: Trace a magic number if variable is not foundMasami Hiramatsu1-1/+1
2019-11-19perf probe: Support multiprobe eventMasami Hiramatsu1-2/+7