summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
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
2019-07-23Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-07-23perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-25perf-probe: Add user memory access attribute supportMasami Hiramatsu
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo
2018-12-17perf tools: Fix diverse comment typosIngo Molnar
2018-09-24perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria
2018-06-04perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo