aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-12-09perf probe: Support --del optionMasami Hiramatsu1-0/+1
2009-12-01perf probe: Simplify event namingMasami Hiramatsu1-0/+3
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu1-0/+5
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu1-0/+10