summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.h
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* perf probe: Allow placing uprobes in alternate namespaces.Krister Johansen2017-07-18
* tools: Adopt __printf from kernel sourcesArnaldo Carvalho de Melo2017-06-19
* perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo2017-04-19
* perf tools: Add missing struct definition in probe_event.hWang Nan2016-11-25
* perf probe: Add helper function to check if probe with variableRavi Bangoria2016-09-01
* perf probe: Show trace event definitionMasami Hiramatsu2016-09-01
* perf probe ppc64le: Fix probe location when using DWARFRavi Bangoria2016-08-09
* perf probe: Accept %sdt and %cached event nameMasami Hiramatsu2016-07-13
* perf probe: Add --cache option to cache the probe definitionsMasami Hiramatsu2016-06-15
* perf probe: Uncomment and export synthesize_perf_probe_point()Masami Hiramatsu2016-06-14
* perf probe: Add perf_probe_event__copy()Masami Hiramatsu2016-06-14
* perf symbols: Fix kallsyms perf test on ppc64leNaveen N. Rao2016-05-05
* perf probe: Use strbuf for making stringsMasami Hiramatsu2016-04-28
* perf tools: Remove needless 'extern' from function prototypesArnaldo Carvalho de Melo2016-03-23
* perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim2015-09-15
* perf probe: Print deleted events in cmd_probe()Namhyung Kim2015-09-04
* perf probe: Move print logic into cmd_probe()Namhyung Kim2015-09-04
* perf probe: Link trace_probe_event into perf_probe_eventWang Nan2015-09-04
* perf probe: Support probing at absolute addressWang Nan2015-08-26
* perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan2015-08-06
* perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu2015-07-20
* perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu2015-05-27
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-12
* perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-08
* perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-08
* perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-08
* perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2015-05-08
* perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-05
* perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-04
* perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2015-05-04
* perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2015-05-04
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-10
* perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2014-09-17
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-18
* perf probe: Release all dynamically allocated parametersMasami Hiramatsu2014-01-16
* perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu2013-12-26
* perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-11
* perf probe: Add probed module in front of functionMasami Hiramatsu2011-07-15
* perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-28
* perf probe: Add variable filter supportMasami Hiramatsu2011-01-28
* perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu2011-01-24
* perf probe: Add basic module supportMasami Hiramatsu2010-10-21
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-21
* perf probe: Function style fixMasami Hiramatsu2010-10-21
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-21
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-30
* perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu2010-07-16
* perf probe: Support tracing an entry of arrayMasami Hiramatsu2010-07-05
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-26