aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo1-2/+2
2009-11-04perf/probes: Rename perf probe events group nameMasami Hiramatsu1-1/+1
2009-11-04perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu1-28/+36
2009-11-04perf/probes: Improve error messagesMasami Hiramatsu1-7/+13
2009-11-03perf probe: Annotate variable initializationArnaldo Carvalho de Melo1-1/+1
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu1-7/+7
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu1-70/+111
2009-10-29perf/probes: Improve command-line option of perf-probeMasami Hiramatsu1-10/+18
2009-10-23perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo1-10/+10
2009-10-17perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu1-9/+14
2009-10-17perf: Use die() for error cases in perf-probeMasami Hiramatsu1-33/+14
2009-10-12perf probe: Add perf probe command support without libdwarfMasami Hiramatsu1-7/+35
2009-10-12perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu1-0/+358