summaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)AuthorFilesLines
2010-01-13perf probe: Support --line option to show probable source-code linesMasami Hiramatsu1-0/+100
2010-01-13perf probe: Show probe list in pagerMasami Hiramatsu1-0/+3
2009-12-30perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENTLiming Wang1-1/+1
2009-12-17perf probe: Check new event nameMasami Hiramatsu1-0/+15
2009-12-15perf probe: Fix to show which probe point is not foundMasami Hiramatsu1-10/+24
2009-12-15perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu1-3/+21
2009-12-15perf probe: Support event name for --add optionMasami Hiramatsu1-29/+45
2009-12-15perf probe: Add glob matching support on --delMasami Hiramatsu1-13/+39
2009-12-15perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu1-9/+3
2009-12-15perf probe: Fix --del to update current event listMasami Hiramatsu1-1/+4
2009-12-15perf probe: Fix --del to show info instead of warningMasami Hiramatsu1-1/+1
2009-12-15perf probe: Check the result of e_snprintf()Masami Hiramatsu1-2/+4
2009-12-15perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu1-5/+7
2009-12-10perf tools: Correct size given to memsetJulia Lawall1-1/+1
2009-12-09perf probe: Support --del optionMasami Hiramatsu1-4/+65
2009-12-09perf probe: Remove event suffix number _0Masami Hiramatsu1-1/+10
2009-12-09perf probe: Change probe-added message more user-friendlyMasami Hiramatsu1-5/+10
2009-12-09perf probe: Change event list formatMasami Hiramatsu1-2/+25
2009-12-07perf probe: Check e_snprintf() format stringMasami Hiramatsu1-1/+4
2009-12-07perf probe: Fix event namelist to duplicate stringMasami Hiramatsu1-1/+3
2009-12-02perf tools: Replace %m with %a in sscanfLiming Wang1-3/+3
2009-12-01perf probe: Simplify event namingMasami Hiramatsu1-14/+53
2009-12-01perf probe: Add --list option for listing current probe eventsMasami Hiramatsu1-17/+214
2009-12-01perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu1-40/+15
2009-12-01perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu1-0/+273