]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/history - tools/perf/util/probe-finder.c
perf/probes: Improve error messages
[mirror_ubuntu-bionic-kernel.git] / tools / perf / util / probe-finder.c
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-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: 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...