perf probe: Use libdw callback routines
[safe/jmp/linux-2.6] / tools / perf / util / probe-finder.c
2010-02-25 Masami Hiramatsuperf probe: Use libdw callback routines
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: Fix bugs in line range finder
2010-01-13 Masami Hiramatsuperf probe: Support --line option to show probable...
2010-01-13 Masami Hiramatsuperf probe: Remove newline from die()
2009-12-15 Masami Hiramatsuperf probe: Show need-dwarf message only if it is reall...
2009-12-07 Juha Leppanenperf probe: Fix strtailcmp() to compare s1and s2[0]
2009-11-04 Masami Hiramatsuperf/probes: Fall back to non-dwarf if possible
2009-11-04 Masami Hiramatsuperf/probes: Improve error messages
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: Exit searching after finding target function
2009-10-23 Arnaldo Carvalho... perf probe: Print debug messages using pr_*()
2009-10-17 Masami Hiramatsuperf: Add DIE_IF() macro for error checking
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: Add perf probe subcommand, a kprobe-event setup...