aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAge
* 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
* perf probe: Change probe-added message more user-friendlyMasami Hiramatsu2009-12-09
* perf probe: Change event list formatMasami Hiramatsu2009-12-09
* perf probe: Check e_snprintf() format stringMasami Hiramatsu2009-12-07
* perf probe: Fix event namelist to duplicate stringMasami Hiramatsu2009-12-07
* perf tools: Replace %m with %a in sscanfLiming Wang2009-12-02
* perf probe: Simplify event namingMasami Hiramatsu2009-12-01
* perf probe: Add --list option for listing current probe eventsMasami Hiramatsu2009-12-01
* perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu2009-12-01
* perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu2009-12-01