Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[safe/jmp/linux-2.6] / tools / perf / util / probe-event.c
2010-02-28 Linus TorvaldsMerge branch 'perf-core-for-linus' of git://git./linux...
2010-02-22 Masami Hiramatsuperf probe: Init struct probe_point and set counter...
2010-01-13 Masami Hiramatsuperf probe: Support --line option to show probable...
2010-01-13 Masami Hiramatsuperf probe: Show probe list in pager
2009-12-30 Liming Wangperf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROB...
2009-12-17 Masami Hiramatsuperf probe: Check new event name
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: Add glob matching support on --del
2009-12-15 Masami Hiramatsuperf probe: Use strlist__for_each macros in probe-event.c
2009-12-15 Masami Hiramatsuperf probe: Fix --del to update current event list
2009-12-15 Masami Hiramatsuperf probe: Fix --del to show info instead of warning
2009-12-15 Masami Hiramatsuperf probe: Check the result of e_snprintf()
2009-12-15 Masami Hiramatsuperf probe: Cleanup struct session in builtin-probe.c
2009-12-10 Julia Lawallperf tools: Correct size given to memset
2009-12-09 Masami Hiramatsuperf probe: Support --del option
2009-12-09 Masami Hiramatsuperf probe: Remove event suffix number _0
2009-12-09 Masami Hiramatsuperf probe: Change probe-added message more user-friendly
2009-12-09 Masami Hiramatsuperf probe: Change event list format
2009-12-07 Masami Hiramatsuperf probe: Check e_snprintf() format string
2009-12-07 Masami Hiramatsuperf probe: Fix event namelist to duplicate string
2009-12-02 Liming Wangperf tools: Replace %m with %a in sscanf
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: Add argv_split() from lib/argv_split.c
2009-12-01 Masami Hiramatsuperf probe: Move probe event utility functions to probe...