summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)AuthorLines
2020-06-09perf probe: Fix user attribute access in kprobesSumanth Korikkar-2/+5
2020-05-28perf probe: Check address correctness by map instead of _etextMasami Hiramatsu-12/+13
2020-05-28perf probe: Fix to check blacklist address correctlyMasami Hiramatsu-6/+15
2020-05-28perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu-2/+1
2019-11-26perf maps: Rename map_groups.h to maps.hArnaldo Carvalho de Melo-1/+1
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo-1/+1
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu-1/+1
2019-11-18perf probe: Support multiprobe eventMasami Hiramatsu-2/+7
2019-11-18perf probe: Generate event name with line numberMasami Hiramatsu-0/+8
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo-1/+1
2019-09-20perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu-0/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo-1/+2
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo-0/+2
2019-07-23Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/sc...Ingo Molnar-0/+1
2019-07-23perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo-0/+1
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds-0/+11
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo-1/+1
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo-27/+24
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-15/+1
2019-05-25perf-probe: Add user memory access attribute supportMasami Hiramatsu-0/+11
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter-2/+4
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo-3/+6
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo-0/+1
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso-1/+2
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo-0/+1
2018-12-17perf tools: Fix diverse comment typosIngo Molnar-2/+2
2018-09-24perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria-4/+35
2018-06-04perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo-2/+1
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo-13/+2
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo-5/+4
2018-04-26perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo-2/+1
2018-04-26perf map: Shorten map_groups__find_by_name() signatureArnaldo Carvalho de Melo-1/+1
2017-12-27perf probe: Support escaped character in parserMasami Hiramatsu-23/+35
2017-12-27perf probe: Find versioned symbols from mapMasami Hiramatsu-2/+18
2017-12-27perf probe: Add __return suffix for return eventsMasami Hiramatsu-4/+5
2017-12-27perf probe: Cut off the version suffix from event nameMasami Hiramatsu-2/+2
2017-12-27perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu-0/+8
2017-08-29perf probe: Fix kprobe blacklist checking conditionLi Bin-1/+1
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen-3/+3
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen-26/+54
2017-06-22perf probe: Fix probe definition for inlined functionsBjörn Töpel-1/+1
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo-0/+1
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria-1/+0