aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-probe.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-03-13perf probe: Fix probe_point buffer overrunMasami Hiramatsu1-1/+0
2010-03-04perf probe: Correct probe syntax on command line helpMasami Hiramatsu1-1/+1
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu1-5/+7
2010-02-25perf probe: Use elfutils-libdw for analyzing debuginfoMasami Hiramatsu1-11/+11
2010-02-25perf probe: Rename probe finder functionsMasami Hiramatsu1-1/+1
2010-02-25perf probe: Do not show --line option without dwarf supportMasami Hiramatsu1-0/+2
2010-02-04perf probe: Don't use a perf_session instance just to resolve symbolsArnaldo Carvalho de Melo1-13/+13
2010-02-04perf symbols: Remove perf_session usage in symbols layerArnaldo Carvalho de Melo1-3/+2
2010-01-17perf probe: Fix build error of builtin-probe.cHitoshi Mitake1-9/+10
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu1-13/+63
2010-01-13perf session: Keep pointers to the vmlinux mapsArnaldo Carvalho de Melo1-3/+1
2009-12-17perf probe: Check whether debugfs path is correctMasami Hiramatsu1-0/+4
2009-12-16perf symbols: Make symbol_conf globalArnaldo Carvalho de Melo1-8/+6
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu1-2/+5
2009-12-15perf probe: Check symbols in symtab/kallsymsMasami Hiramatsu1-10/+22
2009-12-15perf probe: Check build-id of vmlinuxMasami Hiramatsu1-42/+30
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu1-1/+5
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu1-4/+4
2009-12-15perf probe: Show need-dwarf message only if it is really neededMasami Hiramatsu1-7/+11
2009-12-15perf probe: Check hyphen only argumentMasami Hiramatsu1-1/+6
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu1-6/+7
2009-12-09perf probe: Support --del optionMasami Hiramatsu1-3/+30
2009-12-09perf probe: Support vmlinux on cwd by defaultMasami Hiramatsu1-4/+6
2009-12-09perf probe: Fix add-probe command syntax without --add optionMasami Hiramatsu1-7/+26
2009-12-07perf probe: Use pr_debug for debug messageMasami Hiramatsu1-2/+2
2009-12-02perf_event: Fix compile errorXiao Guangrong1-1/+4
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu1-1/+11
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu1-218/+9
2009-12-01perf probe: Fix probe array index for multiple probe pointsMasami Hiramatsu1-1/+1
2009-12-01perf probe: Fix argv array size in probe parserMasami Hiramatsu1-4/+7
2009-12-01perf probe: Change a debugging message from pr_info to pr_debugMasami Hiramatsu1-1/+1
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