]> git.karo-electronics.de Git - mv-sheeva.git/history - tools/perf/builtin-probe.c
perf trace/scripting: Add support for script args
[mv-sheeva.git] / tools / perf / builtin-probe.c
2009-12-09 Masami Hiramatsuperf probe: Support --del option
2009-12-09 Masami Hiramatsuperf probe: Support vmlinux on cwd by default
2009-12-09 Masami Hiramatsuperf probe: Fix add-probe command syntax without -...
2009-12-07 Masami Hiramatsuperf probe: Use pr_debug for debug message
2009-12-03 Ingo MolnarMerge branch 'perf/probes' into perf/core
2009-12-03 Ingo MolnarMerge branch 'perf/mce' into perf/core
2009-12-03 Ingo MolnarMerge branch 'perf/scripting' into perf/core
2009-12-02 Xiao Guangrongperf_event: Fix compile error
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...
2009-12-01 Masami Hiramatsuperf probe: Fix probe array index for multiple probe...
2009-12-01 Masami Hiramatsuperf probe: Fix argv array size in probe parser
2009-12-01 Masami Hiramatsuperf probe: Change a debugging message from pr_info...
2009-11-25 Ingo MolnarMerge branch 'tip/perf/core' of git://git.kernel.org...
2009-11-24 Arnaldo Carvalho... perf tools: Introduce zalloc() for the common calloc...
2009-11-21 Ingo MolnarMerge branch 'tracing/hw-breakpoints' into perf/core
2009-11-21 Ingo MolnarMerge branch 'perf/urgent' into perf/core
2009-11-17 Ingo MolnarMerge branch 'perf/core' into perf/probes
2009-11-04 Masami Hiramatsuperf/probes: Rename perf probe events group name
2009-11-04 Masami Hiramatsuperf/probes: Fall back to non-dwarf if possible
2009-11-04 Masami Hiramatsuperf/probes: Improve error messages
2009-11-03 Arnaldo Carvalho... perf probe: Annotate variable initialization
2009-10-29 Masami Hiramatsuperf/probes: Support function entry relative line number
2009-10-29 Masami Hiramatsuperf/probes: Improve probe point syntax of perf-probe
2009-10-29 Masami Hiramatsuperf/probes: Improve command-line option of perf-probe
2009-10-23 Arnaldo Carvalho... perf probe: Print debug messages using pr_*()
2009-10-23 Ingo MolnarMerge branch 'perf/core' into perf/probes
2009-10-17 Ingo MolnarMerge commit 'v2.6.32-rc5' into perf/probes
2009-10-17 Masami Hiramatsuperf: Use eprintf() for debug messages in perf-probe
2009-10-17 Masami Hiramatsuperf: Use die() for error cases in perf-probe
2009-10-12 Masami Hiramatsuperf probe: Add perf probe command support without...
2009-10-12 Masami Hiramatsuperf: Add perf probe subcommand, a kprobe-event setup...