aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAge
* perf probe: Remove redundant checksArnaldo Carvalho de Melo2011-02-22
* perf probe: Fix error propagation leading to segfaultArnaldo Carvalho de Melo2011-02-21
* perf probe: Show filename which contains target functionMasami Hiramatsu2011-02-16
* perf probe: Support function@filename syntax for --lineMasami Hiramatsu2011-02-16
* perf probe: Add filters support for available functionsMasami Hiramatsu2011-01-28
* perf probe: Add variable filter supportMasami Hiramatsu2011-01-28
* perf probe: Add --funcs to show available functions in symtabMasami Hiramatsu2011-01-24
* perf tools: Fix 64 bit integer format stringsArnaldo Carvalho de Melo2011-01-22
* Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-04
|\
| * perf symbols: Stop using vmlinux files with no symbolsFranck Bui-Huu2010-12-16
| * perf probe: Fix use of kernel image path given by 'k' optionFranck Bui-Huu2010-12-16
* | perf probe: Fix short file name probe location reportingFranck Bui-Huu2010-12-27
* | perf probe: Fix wrong warning in __show_one_line() if read(1) errors happenFranck Bui-Huu2010-12-22
* | perf probe: Handle gracefully some stupid and buggy line syntaxesFranck Bui-Huu2010-12-21
* | perf probe: Don't always consider EOF as an error when listing source codeFranck Bui-Huu2010-12-21
* | perf probe: Fix line range description since a single file is allowedFranck Bui-Huu2010-12-21
* | perf probe: Clean up redundant tests in show_line_range()Franck Bui-Huu2010-12-21
* | perf probe: Rewrite show_one_line() to make it simplerFranck Bui-Huu2010-12-21
* | perf probe: Make -L display the absolute path of the dumped fileFranck Bui-Huu2010-12-21
* | perf probe: Cleanup messagesMasami Hiramatsu2010-12-21
|/
* perf probe: Add basic module supportMasami Hiramatsu2010-10-21
* perf probe: Show accessible global variablesMasami Hiramatsu2010-10-21
* perf probe: Function style fixMasami Hiramatsu2010-10-21
* perf probe: Show accessible local variablesMasami Hiramatsu2010-10-21
* perf probe: Fix return probe supportMasami Hiramatsu2010-09-08
* perf probe: Fix memory leaks in add_perf_probe_eventsMasami Hiramatsu2010-08-06
* perf probe: Rename common fields/functions from kprobe to probe.Srikar Dronamraju2010-07-30
* perf probe: Support comp_dir to find an absolute source pathMasami Hiramatsu2010-07-16
* perf probe: Fix error message if get_real_path() failedMasami Hiramatsu2010-07-16
* perf probe: Support static and global variablesMasami Hiramatsu2010-07-05
* perf probe: Support tracing an entry of arrayMasami Hiramatsu2010-07-05
* perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo2010-04-27
* perf probe: Add --max-probes optionMasami Hiramatsu2010-04-26
* perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu2010-04-26
* perf: Fix perf probe build errorFrederic Weisbecker2010-04-21
* perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin2010-04-19
* perf probe: Fix line range to show end lineMasami Hiramatsu2010-04-14
* perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu2010-04-14
* perf probe: Fix mis-estimation for shortening filenameMasami Hiramatsu2010-04-14
* perf probe: Fix to use correct debugfs path finderMasami Hiramatsu2010-04-14
* perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-14
* perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu2010-04-14
* perf probe: Remove die() from probe-event codeMasami Hiramatsu2010-04-14
* perf probe: Remove die() from probe-finder codeMasami Hiramatsu2010-04-14
* perf probe: Support basic type castingMasami Hiramatsu2010-04-14
* perf probe: Query basic types from debuginfoMasami Hiramatsu2010-04-14
* perf probe: Use the last field name as the argument nameMasami Hiramatsu2010-04-14
* perf probe: Support argument nameMasami Hiramatsu2010-04-14
* perf probe: Cleanup debuginfo related codeMasami Hiramatsu2010-03-22
* perf events: Fix false positive build warning with older GCC'sIngo Molnar2010-03-18