aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAge
* 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
* perf probe: Fix !dwarf buildIngo Molnar2010-03-17
* perf probe: Add data structure member access supportMasami Hiramatsu2010-03-17
* perf probe: List probes with line number and file nameMasami Hiramatsu2010-03-17
* perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu2010-03-17
* perf probe: Add --dry-run optionMasami Hiramatsu2010-03-17
* perf probe: Move add-probe routine to util/Masami Hiramatsu2010-03-17
* perf probe: Use wrapper functionsMasami Hiramatsu2010-03-17
* perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu2010-03-13
* Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar2010-03-09
|\
| * Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-03-05
| |\
| | * perf probe: Add lazy line matching supportMasami Hiramatsu2010-02-25
| | * perf probe: Show more lines after last lineMasami Hiramatsu2010-02-25
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-02-28
| |\|
* | | Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker2010-02-27
|\| | | |/ |/|
| * perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu2010-02-22
* | perf probe: Support --line option to show probable source-code linesMasami Hiramatsu2010-01-13
* | perf probe: Show probe list in pagerMasami Hiramatsu2010-01-13
* | perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENTLiming Wang2009-12-30
|/
* perf probe: Check new event nameMasami Hiramatsu2009-12-17
* perf probe: Fix to show which probe point is not foundMasami Hiramatsu2009-12-15
* perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu2009-12-15
* perf probe: Support event name for --add optionMasami Hiramatsu2009-12-15
* perf probe: Add glob matching support on --delMasami Hiramatsu2009-12-15
* perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu2009-12-15
* perf probe: Fix --del to update current event listMasami Hiramatsu2009-12-15
* perf probe: Fix --del to show info instead of warningMasami Hiramatsu2009-12-15
* perf probe: Check the result of e_snprintf()Masami Hiramatsu2009-12-15
* perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu2009-12-15
* perf tools: Correct size given to memsetJulia Lawall2009-12-10
* perf probe: Support --del optionMasami Hiramatsu2009-12-09
* perf probe: Remove event suffix number _0Masami Hiramatsu2009-12-09