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