summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.h
AgeCommit message (Expand)Author
2015-09-15perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim
2015-09-04perf probe: Print deleted events in cmd_probe()Namhyung Kim
2015-09-04perf probe: Move print logic into cmd_probe()Namhyung Kim
2015-09-04perf probe: Link trace_probe_event into perf_probe_eventWang Nan
2015-08-26perf probe: Support probing at absolute addressWang Nan
2015-08-06perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan
2015-07-20perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu
2015-05-27perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu
2015-05-12perf probe: Add --range option to show a variable's location rangeHe Kuang
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu
2015-05-05perf probe: Allow to use filter on --del commandMasami Hiramatsu
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu
2015-05-04perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao
2015-05-04perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu
2014-02-18perf probe: Replace line_list with intlistMasami Hiramatsu
2014-01-16perf probe: Release all dynamically allocated parametersMasami Hiramatsu
2013-12-26perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu
2012-05-11perf probe: Provide perf interface for uprobesSrikar Dronamraju
2011-07-15perf probe: Add probed module in front of functionMasami Hiramatsu
2011-01-28perf probe: Add filters support for available functionsMasami Hiramatsu
2011-01-28perf probe: Add variable filter supportMasami Hiramatsu
2011-01-24perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu
2010-10-21perf probe: Add basic module supportMasami Hiramatsu
2010-10-21perf probe: Show accessible global variablesMasami Hiramatsu
2010-10-21perf probe: Function style fixMasami Hiramatsu
2010-10-21perf probe: Show accessible local variablesMasami Hiramatsu
2010-07-30perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju
2010-07-16perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu
2010-07-05perf probe: Support tracing an entry of arrayMasami Hiramatsu
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu
2010-04-14perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu
2010-04-14perf probe: Remove die() from probe-event codeMasami Hiramatsu
2010-04-14perf probe: Support basic type castingMasami Hiramatsu
2010-04-14perf probe: Query basic types from debuginfoMasami Hiramatsu
2010-04-14perf probe: Support argument nameMasami Hiramatsu
2010-04-08perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu