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