aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/builtin-probe.c
AgeCommit message (Expand)Author
2009-12-17perf probe: Check whether debugfs path is correctMasami Hiramatsu
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu
2009-12-15perf probe: Check symbols in symtab/kallsymsMasami Hiramatsu
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu
2009-12-15perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu
2009-12-15perf probe: Check hyphen only argumentMasami Hiramatsu
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu
2009-12-09perf probe: Support --del optionMasami Hiramatsu
2009-12-09perf probe: Support vmlinux on cwd by defaultMasami Hiramatsu
2009-12-09perf probe: Fix add-probe command syntax without --add optionMasami Hiramatsu
2009-12-07perf probe: Use pr_debug for debug messageMasami Hiramatsu
2009-12-02perf_event: Fix compile errorXiao Guangrong
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu
2009-12-01perf probe: Fix probe array index for multiple probe pointsMasami Hiramatsu
2009-12-01perf probe: Fix argv array size in probe parserMasami Hiramatsu
2009-12-01perf probe: Change a debugging message from pr_info to pr_debugMasami Hiramatsu
2009-11-24perf tools: Introduce zalloc() for the common calloc(1, N) caseArnaldo Carvalho de Melo
2009-11-04perf/probes: Rename perf probe events group nameMasami Hiramatsu
2009-11-04perf/probes: Fall back to non-dwarf if possibleMasami Hiramatsu
2009-11-04perf/probes: Improve error messagesMasami Hiramatsu
2009-11-03perf probe: Annotate variable initializationArnaldo Carvalho de Melo
2009-10-29perf/probes: Support function entry relative line numberMasami Hiramatsu
2009-10-29perf/probes: Improve probe point syntax of perf-probeMasami Hiramatsu
2009-10-29perf/probes: Improve command-line option of perf-probeMasami Hiramatsu
2009-10-23perf probe: Print debug messages using pr_*()Arnaldo Carvalho de Melo
2009-10-17perf: Use eprintf() for debug messages in perf-probeMasami Hiramatsu
2009-10-17perf: Use die() for error cases in perf-probeMasami Hiramatsu
2009-10-12perf probe: Add perf probe command support without libdwarfMasami Hiramatsu
2009-10-12perf: Add perf probe subcommand, a kprobe-event setup helperMasami Hiramatsu