aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-22perf probe: Init struct probe_point and set counter correctlyMasami Hiramatsu
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu
2010-01-13perf probe: Show probe list in pagerMasami Hiramatsu
2009-12-30perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENTLiming Wang
2009-12-17perf probe: Check new event nameMasami Hiramatsu
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu
2009-12-15perf probe: Add glob matching support on --delMasami Hiramatsu
2009-12-15perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu
2009-12-15perf probe: Fix --del to show info instead of warningMasami Hiramatsu
2009-12-15perf probe: Check the result of e_snprintf()Masami Hiramatsu
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu
2009-12-10perf tools: Correct size given to memsetJulia Lawall
2009-12-09perf probe: Support --del optionMasami Hiramatsu
2009-12-09perf probe: Remove event suffix number _0Masami Hiramatsu
2009-12-09perf probe: Change probe-added message more user-friendlyMasami Hiramatsu
2009-12-09perf probe: Change event list formatMasami Hiramatsu
2009-12-07perf probe: Check e_snprintf() format stringMasami Hiramatsu
2009-12-07perf probe: Fix event namelist to duplicate stringMasami Hiramatsu
2009-12-02perf tools: Replace %m with %a in sscanfLiming Wang
2009-12-01perf probe: Simplify event namingMasami Hiramatsu
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu
2009-12-01perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu