aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo1-1/+1
2019-11-18perf probe: Trace a magic number if variable is not foundMasami Hiramatsu1-1/+1
2019-11-18perf probe: Support multiprobe eventMasami Hiramatsu1-2/+7
2019-11-18perf probe: Generate event name with line numberMasami Hiramatsu1-0/+8
2019-11-06perf maps: Add for_each_entry()/_safe() iteratorsArnaldo Carvalho de Melo1-1/+1
2019-09-20perf probe: Fix to clear tev->nargs in clear_probe_trace_event()Masami Hiramatsu1-0/+1
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-31perf tools: Remove needless thread.h include directivesArnaldo Carvalho de Melo1-1/+0
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo1-0/+2
2019-07-23Merge tag 'perf-urgent-for-mingo-5.3-20190723' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar1-0/+1
2019-07-23perf probe: Set pev->nargs to zero after freeing pev->args entriesArnaldo Carvalho de Melo1-0/+1
2019-07-18Merge tag 'trace-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-0/+11
2019-07-09perf tools: Use list_del_init() more thorouglyArnaldo Carvalho de Melo1-1/+1
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo1-27/+24
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo1-1/+1
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-25perf-probe: Add user memory access attribute supportMasami Hiramatsu1-0/+11
2019-03-11perf probe: Fix getting the kernel mapAdrian Hunter1-2/+4
2019-02-28perf probe: Clarify error message about not finding kernel modules debuginfoArnaldo Carvalho de Melo1-3/+6
2019-02-06perf map: Move structs and prototypes for map groups to a separate headerArnaldo Carvalho de Melo1-0/+1
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo1-0/+1
2019-01-25perf symbols: Use cached rbtreesDavidlohr Bueso1-1/+2
2019-01-25perf namespaces: Remove namespaces.h from .h headersArnaldo Carvalho de Melo1-0/+1
2018-12-17perf tools: Fix diverse comment typosIngo Molnar1-2/+2
2018-09-24perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria1-4/+35
2018-06-04perf probe: Use return of map__get() to make code more compactArnaldo Carvalho de Melo1-2/+1
2018-04-30perf machine: Ditch find_kernel_function variantsArnaldo Carvalho de Melo1-13/+2
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo1-5/+4
2018-04-26perf machine: Introduce machine__kernel_maps()Arnaldo Carvalho de Melo1-2/+1
2018-04-26perf map: Shorten map_groups__find_by_name() signatureArnaldo Carvalho de Melo1-1/+1
2017-12-27perf probe: Support escaped character in parserMasami Hiramatsu1-23/+35
2017-12-27perf probe: Find versioned symbols from mapMasami Hiramatsu1-2/+18
2017-12-27perf probe: Add __return suffix for return eventsMasami Hiramatsu1-4/+5
2017-12-27perf probe: Cut off the version suffix from event nameMasami Hiramatsu1-2/+2
2017-12-27perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu1-0/+8
2017-08-29perf probe: Fix kprobe blacklist checking conditionLi Bin1-1/+1
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen1-3/+3
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen1-26/+54
2017-06-22perf probe: Fix probe definition for inlined functionsBjörn Töpel1-1/+1
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo1-0/+1
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo1-0/+2
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo1-0/+1
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria1-1/+0
2017-03-20perf probe: Fix concat_probe_trace_eventsRavi Bangoria1-1/+1
2017-03-15perf probe: Introduce util func is_sdt_event()Ravi Bangoria1-8/+1
2017-03-14perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao1-7/+5
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim1-1/+1
2017-02-14perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo1-1/+1