summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo2019-08-311-1/+0
* perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo2019-08-311-0/+2
* Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...Ingo Molnar2019-07-231-0/+1
|\
| * perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo2019-07-231-0/+1
* | Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2019-07-181-0/+11
|\ \ | |/ |/|
| * perf-probe: Add user memory access attribute supportMasami Hiramatsu2019-05-251-0/+11
* | perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo2019-07-091-1/+1
* | perf tools: Use zfree() where applicableArnaldo Carvalho de Melo2019-07-091-27/+24
* | tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo2019-07-091-1/+1
* | tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-251-1/+1
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
|/
* perf probe: Fix getting the kernel mapAdrian Hunter2019-03-111-2/+4
* perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo2019-02-281-3/+6
* perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo2019-02-061-0/+1
* pref tools: Add missing map.h includesArnaldo Carvalho de Melo2019-02-061-0/+1
* perf symbols: Use cached rbtreesDavidlohr Bueso2019-01-251-1/+2
* perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo2019-01-251-0/+1
* perf tools: Fix diverse comment typosIngo Molnar2018-12-171-2/+2
* perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria2018-09-241-4/+35
* perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo2018-06-041-2/+1
* perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo2018-04-301-13/+2