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