aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf probe: Remove die() from probe-finder codeMasami Hiramatsu2010-04-141-2/+2
* perf probe: Support basic type castingMasami Hiramatsu2010-04-141-1/+22
* perf probe: Query basic types from debuginfoMasami Hiramatsu2010-04-141-0/+9
* perf probe: Use the last field name as the argument nameMasami Hiramatsu2010-04-141-0/+4
* perf probe: Support argument nameMasami Hiramatsu2010-04-141-10/+24
* perf probe: Cleanup debuginfo related codeMasami Hiramatsu2010-03-221-159/+184
* perf events: Fix false positive build warning with older GCC'sIngo Molnar2010-03-181-1/+1
* perf probe: Fix !dwarf buildIngo Molnar2010-03-171-0/+6
* perf probe: Add data structure member access supportMasami Hiramatsu2010-03-171-4/+86
* perf probe: List probes with line number and file nameMasami Hiramatsu2010-03-171-13/+42
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-171-226/+400
* perf probe: Add --dry-run optionMasami Hiramatsu2010-03-171-8/+16
* perf probe: Move add-probe routine to util/Masami Hiramatsu2010-03-171-2/+135
* perf probe: Use wrapper functionsMasami Hiramatsu2010-03-171-29/+17
* perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu2010-03-131-1/+1