summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.h
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Export init/exit_probe_symbol_maps()Namhyung Kim2015-09-151-0/+2
* perf probe: Print deleted events in cmd_probe()Namhyung Kim2015-09-041-0/+1
* perf probe: Move print logic into cmd_probe()Namhyung Kim2015-09-041-0/+3
* perf probe: Link trace_probe_event into perf_probe_eventWang Nan2015-09-041-0/+5
* perf probe: Support probing at absolute addressWang Nan2015-08-261-0/+4
* perf tools: Add missing forward declaration of struct map to probe-event.hWang Nan2015-08-061-0/+2
* perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu2015-07-201-0/+7
* perf probe: Show the error reason comes from invalid DSOMasami Hiramatsu2015-05-271-3/+0Star
* perf probe: Add --range option to show a variable's location rangeHe Kuang2015-05-121-0/+1
* perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-081-0/+1
* perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-081-0/+1
* perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-081-4/+9
* perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2015-05-081-2/+2
* perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-051-1/+1
* perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-041-1/+1
* perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2015-05-041-0/+2
* perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2015-05-041-0/+1
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-101-3/+3
* perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu2014-09-171-1/+2
* perf probe: Replace line_list with intlistMasami Hiramatsu2014-02-181-9/+3Star
* perf probe: Release all dynamically allocated parametersMasami Hiramatsu2014-01-161-0/+6
* perf probe: Support basic dwarf-based operations on uprobe eventsMasami Hiramatsu2013-12-261-0/+1
* perf probe: Provide perf interface for uprobesSrikar Dronamraju2012-05-111-5/+7
* perf probe: Add probed module in front of functionMasami Hiramatsu2011-07-151-0/+1
* perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-281-1/+1
* perf probe: Add variable filter supportMasami Hiramatsu2011-01-281-1/+2
* perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu2011-01-241-0/+1
* perf probe: Add basic module supportMasami Hiramatsu2010-10-211-3/+7
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-211-1/+1
* perf probe: Function style fixMasami Hiramatsu2010-10-211-1/+1
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-211-0/+8
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-301-17/+10Star
* perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu2010-07-161-0/+1
* perf probe: Support tracing an entry of arrayMasami Hiramatsu2010-07-051-0/+1
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-261-2/+2
* perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu2010-04-141-3/+3
* perf probe: Remove die() from probe-event codeMasami Hiramatsu2010-04-141-12/+12
* perf probe: Support basic type castingMasami Hiramatsu2010-04-141-0/+1
* perf probe: Query basic types from debuginfoMasami Hiramatsu2010-04-141-0/+1
* perf probe: Support argument nameMasami Hiramatsu2010-04-141-0/+1
* perf tools: Reorganize some structs to save spaceArnaldo Carvalho de Melo2010-04-081-1/+1
* perf probe: Add data structure member access supportMasami Hiramatsu2010-03-171-1/+11
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-171-11/+100
* perf probe: Add --dry-run optionMasami Hiramatsu2010-03-171-0/+2
* perf probe: Move add-probe routine to util/Masami Hiramatsu2010-03-171-1/+1
* perf probe: Support --line option to show probable source-code linesMasami Hiramatsu2010-01-131-0/+2
* perf probe: Fix to show which probe point is not foundMasami Hiramatsu2009-12-151-0/+1
* perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu2009-12-151-1/+2
* perf probe: Support event name for --add optionMasami Hiramatsu2009-12-151-2/+1Star
* perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu2009-12-151-1/+3