aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2023-12-18perf probe-event: Use function to add missing maps lockIan Rogers
2023-08-07perf probe: Make synthesize_perf_probe_point() private to probe-event.cArnaldo Carvalho de Melo
2023-08-07perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo
2023-08-07perf probe: Free string returned by synthesize_perf_probe_point() on failure ...Arnaldo Carvalho de Melo
2023-08-03perf probe: Show correct error message about @symbol usage for uprobeMasami Hiramatsu
2023-06-23perf symbol: Remove now unused symbol_conf.sort_by_nameIan Rogers
2023-06-23perf symbol: Remove symbol_name_rb_nodeIan Rogers
2023-06-23perf dso: Sort symbols under lockIan Rogers
2023-04-06perf map: Add accessors for ->pgoff and ->relocIan Rogers
2023-04-06perf map: Add helper for ->map_ip() and ->unmap_ip()Ian Rogers
2023-04-04perf map: Add accessor for start and endIan Rogers
2023-04-04perf map: Add accessor for dsoIan Rogers
2023-04-04perf maps: Remove rb_node from struct mapIan Rogers
2023-02-06perf probe: Update the exit error codes in function try_to_find_probe_trace_e...Athira Rajeev
2022-10-04perf dso: Hold lock when accessing nsinfoIan Rogers
2022-08-10perf probe: Fix an error handling path in 'parse_perf_probe_command()'Christophe JAILLET
2022-07-20perf probe: Fix duplicated 'the' in commentJason Wang
2022-02-14perf maps: Use a pointer for kmapsIan Rogers
2022-01-18perf probe: Fix ppc64 'perf probe add events failed' caseZechuan Chen
2021-07-18perf probe: Fix add event failure when running 32-bit perf in a 64-bit kernelYang Jihong
2021-07-15perf probe: Fix dso->nsinfo refcountingRiccardo Mancini
2021-06-18perf probe: Add --bootconfig to output definition in bootconfig formatMasami Hiramatsu
2021-06-18perf probe: Cleanup synthesize_probe_trace_command()Masami Hiramatsu
2021-06-18perf probe: Support probes on init functions for offline kernelMasami Hiramatsu
2021-06-04perf probe: Report possible permission error for map__load() failureMasami Hiramatsu
2021-05-27perf probe: Provide more detail with relocation warningRavi Bangoria
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-02-16Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo
2021-02-12perf probe: Fix kretprobe issue caused by GCC bugJianlin Lv
2021-02-08perf intlist: Change 'struct intlist' int member to 'unsigned long'Jin Yao
2020-10-14perf tools: Pass build_id object to build_id__sprintf()Jiri Olsa
2020-10-14perf tools: Use build_id object in dsoJiri Olsa
2020-09-18perf probe: Fall back to debuginfod query if debuginfo and source not found l...Masami Hiramatsu
2020-09-18perf probe: Fix to adjust symbol address with correct reloc_sym addressMasami Hiramatsu
2020-07-17perf probe: Warn if the target function is a GNU indirect functionMasami Hiramatsu
2020-07-17perf probe: Avoid setting probes on the same address for the same eventMasami Hiramatsu
2020-06-09perf probe: Fix user attribute access in kprobesSumanth Korikkar
2020-05-28perf probe: Check address correctness by map instead of _etextMasami Hiramatsu
2020-05-28perf probe: Fix to check blacklist address correctlyMasami Hiramatsu
2020-05-28perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu
2019-11-18perf probe: Support multiprobe eventMasami Hiramatsu
2019-11-18perf probe: Generate event name with line numberMasami Hiramatsu
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo
2019-09-20perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo