aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-04-14perf probe: Remove die() from probe-finder codeMasami Hiramatsu1-2/+2
2010-04-14perf probe: Support basic type castingMasami Hiramatsu1-1/+22
2010-04-14perf probe: Query basic types from debuginfoMasami Hiramatsu1-0/+9
2010-04-14perf probe: Use the last field name as the argument nameMasami Hiramatsu1-0/+4
2010-04-14perf probe: Support argument nameMasami Hiramatsu1-10/+24
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu1-159/+184
2010-03-18perf events: Fix false positive build warning with older GCC'sIngo Molnar1-1/+1
2010-03-17perf probe: Fix !dwarf buildIngo Molnar1-0/+6
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu1-4/+86
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu1-13/+42
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu1-226/+400
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu1-8/+16
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu1-2/+135
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu1-29/+17
2010-03-13perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu1-1/+1
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar1-18/+37
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-18/+37
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+104
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker1-0/+3
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu1-18/+30
2010-02-25perf probe: Show more lines after last lineMasami Hiramatsu1-0/+7
2010-02-22perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu1-0/+3
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu1-0/+100
2010-01-13perf probe: Show probe list in pagerMasami Hiramatsu1-0/+3
2009-12-30perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENTLiming Wang1-1/+1
2009-12-17perf probe: Check new event nameMasami Hiramatsu1-0/+15
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu1-10/+24
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu1-3/+21
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu1-29/+45
2009-12-15perf probe: Add glob matching support on --delMasami Hiramatsu1-13/+39
2009-12-15perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu1-9/+3
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu1-1/+4