summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/probe-event.c
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Fix to show which probe point is not foundMasami Hiramatsu2009-12-151-10/+24
* perf probe: Reject second attempt of adding same-name eventMasami Hiramatsu2009-12-151-3/+21
* perf probe: Support event name for --add optionMasami Hiramatsu2009-12-151-29/+45
* perf probe: Add glob matching support on --delMasami Hiramatsu2009-12-151-13/+39
* perf probe: Use strlist__for_each macros in probe-event.cMasami Hiramatsu2009-12-151-9/+3
* perf probe: Fix --del to update current event listMasami Hiramatsu2009-12-151-1/+4
* perf probe: Fix --del to show info instead of warningMasami Hiramatsu2009-12-151-1/+1
* perf probe: Check the result of e_snprintf()Masami Hiramatsu2009-12-151-2/+4
* perf probe: Cleanup struct session in builtin-probe.cMasami Hiramatsu2009-12-151-5/+7
* perf tools: Correct size given to memsetJulia Lawall2009-12-101-1/+1
* perf probe: Support --del optionMasami Hiramatsu2009-12-091-4/+65
* perf probe: Remove event suffix number _0Masami Hiramatsu2009-12-091-1/+10
* perf probe: Change probe-added message more user-friendlyMasami Hiramatsu2009-12-091-5/+10
* perf probe: Change event list formatMasami Hiramatsu2009-12-091-2/+25
* perf probe: Check e_snprintf() format stringMasami Hiramatsu2009-12-071-1/+4
* perf probe: Fix event namelist to duplicate stringMasami Hiramatsu2009-12-071-1/+3
* perf tools: Replace %m with %a in sscanfLiming Wang2009-12-021-3/+3
* perf probe: Simplify event namingMasami Hiramatsu2009-12-011-14/+53
* perf probe: Add --list option for listing current probe eventsMasami Hiramatsu2009-12-011-17/+214
* perf probe: Add argv_split() from lib/argv_split.cMasami Hiramatsu2009-12-011-40/+15
* perf probe: Move probe event utility functions to probe-event.cMasami Hiramatsu2009-12-011-0/+273
OpenPOWER on IntegriCloud