aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix to show correct error stringMasami Hiramatsu2011-10-101-1/+3
* perf probe: Fix coredump introduced by probe module optionJovi Zhang2011-08-081-4/+8
* perf probe: Support adding probes on offline kernel modulesMasami Hiramatsu2011-07-151-9/+43
* perf probe: Add probed module in front of functionMasami Hiramatsu2011-07-151-9/+38
* perf probe: Introduce debuginfo to encapsulate dwarf informationMasami Hiramatsu2011-07-151-29/+49
* perf probe: Fix multiple --vars options behaviorMasami Hiramatsu2011-04-051-8/+8
* perf probe: Fix to remove redundant closeMasami Hiramatsu2011-04-051-3/+0
* perf probe: Remove redundant checksArnaldo Carvalho de Melo2011-02-221-1/+1
* perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo2011-02-211-1/+4
* perf probe: Show filename which contains target functionMasami Hiramatsu2011-02-161-1/+1
* perf probe: Support function@filename syntax for --lineMasami Hiramatsu2011-02-161-3/+12
* perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-281-10/+13
* perf probe: Add variable filter supportMasami Hiramatsu2011-01-281-26/+40
* perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu2011-01-241-2/+66
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-221-1/+1
* Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-041-3/+12
|\
| * perf symbols: Stop using vmlinux files with no symbolsFranck Bui-Huu2010-12-161-1/+1
| * perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu2010-12-161-3/+12
* | perf probe: Fix short file name probe location reportingFranck Bui-Huu2010-12-271-7/+7
* | perf probe: Fix wrong warning in __show_one_line() if read(1) errors happenFranck Bui-Huu2010-12-221-1/+1
* | perf probe: Handle gracefully some stupid and buggy line syntaxesFranck Bui-Huu2010-12-211-32/+60
* | perf probe: Don't always consider EOF as an error when listing source codeFranck Bui-Huu2010-12-211-12/+26
* | perf probe: Fix line range description since a single file is allowedFranck Bui-Huu2010-12-211-5/+8
* | perf probe: Clean up redundant tests in show_line_range()Franck Bui-Huu2010-12-211-11/+15
* | perf probe: Rewrite show_one_line() to make it simplerFranck Bui-Huu2010-12-211-18/+11
* | perf probe: Make -L display the absolute path of the dumped fileFranck Bui-Huu2010-12-211-1/+1
* | perf probe: Cleanup messagesMasami Hiramatsu2010-12-211-14/+16
|/
* perf probe: Add basic module supportMasami Hiramatsu2010-10-211-44/+79
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-211-4/+4
* perf probe: Function style fixMasami Hiramatsu2010-10-211-1/+1
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-211-0/+72
* perf probe: Fix return probe supportMasami Hiramatsu2010-09-081-0/+1
* perf probe: Fix memory leaks in add_perf_probe_eventsMasami Hiramatsu2010-08-061-3/+8
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-301-66/+69
* perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu2010-07-161-12/+22
* perf probe: Fix error message if get_real_path() failedMasami Hiramatsu2010-07-161-0/+59
* perf probe: Support static and global variablesMasami Hiramatsu2010-07-051-3/+12
* perf probe: Support tracing an entry of arrayMasami Hiramatsu2010-07-051-17/+39
* perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo2010-04-271-9/+11
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-261-7/+10
* perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu2010-04-261-8/+9
* perf: Fix perf probe build errorFrederic Weisbecker2010-04-211-1/+1
* perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin2010-04-191-1/+6
* perf probe: Fix line range to show end lineMasami Hiramatsu2010-04-141-3/+9
* perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu2010-04-141-11/+12
* perf probe: Fix mis-estimation for shortening filenameMasami Hiramatsu2010-04-141-2/+2
* perf probe: Fix to use correct debugfs path finderMasami Hiramatsu2010-04-141-2/+10
* perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-141-46/+113
* perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-141-18/+51
* perf probe: Remove die() from probe-event codeMasami Hiramatsu2010-04-141-195/+420