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