aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.h
AgeCommit message (Expand)Author
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
2009-12-09perf probe: Support --del optionMasami Hiramatsu
2009-12-01perf probe: Simplify event namingMasami Hiramatsu
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu