perf probe: Support argument name
[safe/jmp/linux-2.6] / tools / perf / util / probe-event.h
2010-04-14 Masami Hiramatsuperf probe: Support argument name
2010-04-08 Arnaldo Carvalho... perf tools: Reorganize some structs to save space
2010-03-17 Masami Hiramatsuperf probe: Add data structure member access support
2010-03-17 Masami Hiramatsuperf probe: Introduce kprobe_trace_event and perf_probe...
2010-03-17 Masami Hiramatsuperf probe: Add --dry-run option
2010-03-17 Masami Hiramatsuperf probe: Move add-probe routine to util/
2010-01-13 Masami Hiramatsuperf probe: Support --line option to show probable...
2009-12-15 Masami Hiramatsuperf probe: Fix to show which probe point is not found
2009-12-15 Masami Hiramatsuperf probe: Reject second attempt of adding same-name...
2009-12-15 Masami Hiramatsuperf probe: Support event name for --add option
2009-12-15 Masami Hiramatsuperf probe: Cleanup struct session in builtin-probe.c
2009-12-09 Masami Hiramatsuperf probe: Support --del option
2009-12-01 Masami Hiramatsuperf probe: Simplify event naming
2009-12-01 Masami Hiramatsuperf probe: Add --list option for listing current probe...
2009-12-01 Masami Hiramatsuperf probe: Move probe event utility functions to probe...