perf probe: Add lazy line matching support
[safe/jmp/linux-2.6] / tools / perf / builtin-probe.c
2010-02-25 Masami Hiramatsuperf probe: Add lazy line matching support
2010-02-25 Masami Hiramatsuperf probe: Use elfutils-libdw for analyzing debuginfo
2010-02-25 Masami Hiramatsuperf probe: Rename probe finder functions
2010-02-25 Masami Hiramatsuperf probe: Do not show --line option without dwarf...
2010-02-04 Arnaldo Carvalho... perf probe: Don't use a perf_session instance just...
2010-02-04 Arnaldo Carvalho... perf symbols: Remove perf_session usage in symbols...
2010-01-17 Hitoshi Mitakeperf probe: Fix build error of builtin-probe.c
2010-01-13 Masami Hiramatsuperf probe: Support --line option to show probable...
2010-01-13 Arnaldo Carvalho... perf session: Keep pointers to the vmlinux maps
2009-12-17 Masami Hiramatsuperf probe: Check whether debugfs path is correct
2009-12-16 Arnaldo Carvalho... perf symbols: Make symbol_conf global
2009-12-15 Masami Hiramatsuperf probe: Fix to show which probe point is not found
2009-12-15 Masami Hiramatsuperf probe: Check symbols in symtab/kallsyms
2009-12-15 Masami Hiramatsuperf probe: Check build-id of vmlinux
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: Show need-dwarf message only if it is reall...
2009-12-15 Masami Hiramatsuperf probe: Check hyphen only argument
2009-12-15 Masami Hiramatsuperf probe: Cleanup struct session in 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-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-24 Arnaldo Carvalho... perf tools: Introduce zalloc() for the common calloc...
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-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...