aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2018-04-12perf probe: Add warning message if there is unexpected event nameMasami Hiramatsu
2018-04-12perf probe: Find versioned symbols from mapMasami Hiramatsu
2017-08-29perf probe: Fix kprobe blacklist checking conditionLi Bin
2017-07-18perf buildid-cache: Support binary objects from other namespacesKrister Johansen
2017-07-18perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen
2017-06-22perf probe: Fix probe definition for inlined functionsBjörn Töpel
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-03-21perf probe: Change MAX_CMDLENRavi Bangoria
2017-03-20perf probe: Fix concat_probe_trace_eventsRavi Bangoria
2017-03-15perf probe: Introduce util func is_sdt_event()Ravi Bangoria
2017-03-14perf kretprobes: Offset from reloc_sym if kernel supports itNaveen N. Rao
2017-02-20perf utils: Check verbose flag properlyNamhyung Kim
2017-02-14perf probe: Avoid accessing uninitialized 'map' variableArnaldo Carvalho de Melo
2017-01-26Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-01-26perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()Markus Elfring
2017-01-26perf probe: Delete an unnecessary check in try_to_find_absolute_address()Markus Elfring
2017-01-16perf probe: Fix to probe on gcc generated functions in modulesMasami Hiramatsu
2017-01-16perf probe: Add error checks to offline probe post-processingMasami Hiramatsu
2017-01-04perf probe: Fix to probe on gcc generated symbols for offline kernelMasami Hiramatsu
2017-01-04perf probe: Fix --funcs to show correct symbols for offline moduleMasami Hiramatsu
2017-01-02perf probe: Fix to get correct modname from elf headerMasami Hiramatsu
2016-10-03perf probe: Check if *ptr2 is zero and not ptr2Colin Ian King
2016-09-29perf probe: Fix to cut off incompatible chars from group nameMasami Hiramatsu
2016-09-05perf symbols: Remove symbol_filter_t machineryArnaldo Carvalho de Melo
2016-09-01perf probe: Add helper function to check if probe with variableRavi Bangoria
2016-09-01perf probe: Ignore vmlinux buildid if offline kernel is givenMasami Hiramatsu
2016-09-01perf probe: Show trace event definitionMasami Hiramatsu
2016-09-01perf probe: Do not use map_load filters for functionArnaldo Carvalho de Melo
2016-08-09perf probe ppc64le: Fix probe location when using DWARFRavi Bangoria
2016-08-09perf probe: Add function to post process kernel trace eventsRavi Bangoria
2016-08-09perf probe: Fix module name matchingKonstantin Khlebnikov
2016-08-09perf probe: Adjust map->reloc offset when finding kernel symbol from mapMasami Hiramatsu
2016-07-18perf probe: Warn unmatched function filter correctlyMasami Hiramatsu
2016-07-13perf probe: Support a special SDT probe formatMasami Hiramatsu
2016-07-13perf probe: Support @BUILDID or @FILE suffix for SDT eventsMasami Hiramatsu
2016-07-13perf probe: Search SDT/cached event from all probe cachesMasami Hiramatsu
2016-07-13perf probe: Allow wildcard for cached eventsMasami Hiramatsu
2016-07-13perf probe: Accept %sdt and %cached event nameMasami Hiramatsu
2016-07-13perf probe: Fix to show correct error message for $vars and $paramsMasami Hiramatsu
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo
2016-07-04perf probe: Add group name supportMasami Hiramatsu
2016-07-01perf probe: Show all cached probesMasami Hiramatsu
2016-07-01perf probe: Use cache entry if possibleMasami Hiramatsu
2016-06-23perf intlist: Rename for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-23perf tools: Rename strlist_for_each() macros to for_each_entry()Arnaldo Carvalho de Melo
2016-06-22perf machine: Destructors should accept NULLArnaldo Carvalho de Melo
2016-06-15perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu