aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAge
* 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