aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2010-03-17perf probe: Fix !dwarf buildIngo Molnar
2010-03-17perf probe: Add data structure member access supportMasami Hiramatsu
2010-03-17perf probe: List probes with line number and file nameMasami Hiramatsu
2010-03-17perf probe: Introduce kprobe_trace_event and perf_probe_eventMasami Hiramatsu
2010-03-17perf probe: Add --dry-run optionMasami Hiramatsu
2010-03-17perf probe: Move add-probe routine to util/Masami Hiramatsu
2010-03-17perf probe: Use wrapper functionsMasami Hiramatsu
2010-03-13perf probe: Fix need_dwarf flag if lazy matching is usedMasami Hiramatsu
2010-03-09Merge commit 'v2.6.34-rc1' into perf/urgentIngo Molnar
2010-03-05Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2010-02-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-02-27Merge commit 'v2.6.33' into perf/coreFrederic Weisbecker
2010-02-25perf probe: Add lazy line matching supportMasami Hiramatsu
2010-02-25perf probe: Show more lines after last lineMasami Hiramatsu
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