summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-091-18/+37
|\
| * Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-051-18/+37
| |\
| | * perf probe: Add lazy line matching supportMasami Hiramatsu2010-02-251-18/+30
| | * perf probe: Show more lines after last lineMasami Hiramatsu2010-02-251-0/+7
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-281-1/+104
| |\ \ | | |/
* | | Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-271-0/+3
|\ \ \ | |/ / | | / | |/ |/|
| * perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu2010-02-221-0/+3
* | perf probe: Support --line option to show probable source-code linesMasami Hiramatsu2010-01-131-0/+100
* | perf probe: Show probe list in pagerMasami Hiramatsu2010-01-131-0/+3
* | perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENTLiming Wang2009-12-301-1/+1
|/
* perf probe: Check new event nameMasami Hiramatsu2009-12-171-0/+15
* perf probe: Fix to show which probe point is not foundMasami Hiramatsu2009-12-151-10/+24
* perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu2009-12-151-3/+21
* perf probe: Support event name for --add optionMasami Hiramatsu2009-12-151-29/+45
* perf probe: Add glob matching support on --delMasami Hiramatsu2009-12-151-13/+39
* perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu2009-12-151-9/+3
* perf probe: Fix --del to update current event listMasami Hiramatsu2009-12-151-1/+4
OpenPOWER on IntegriCloud