aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/probe-event.c
AgeCommit message (Expand)Author
2010-04-27perf machine: Adopt some map_groups functionsArnaldo Carvalho de Melo
2010-04-26perf probe: Add --max-probes optionMasami Hiramatsu
2010-04-26perf probe: Fix to use symtab only if no debuginfoMasami Hiramatsu
2010-04-21perf: Fix perf probe build errorFrederic Weisbecker
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin
2010-04-14perf probe: Fix line range to show end lineMasami Hiramatsu
2010-04-14perf probe: Fix a bug that --line range can be overflowMasami Hiramatsu
2010-04-14perf probe: Fix mis-estimation for shortening filenameMasami Hiramatsu
2010-04-14perf probe: Fix to use correct debugfs path finderMasami Hiramatsu
2010-04-14perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.cMasami Hiramatsu
2010-04-14perf probe: Remove xzalloc() from util/probe-{event, finder}.cMasami Hiramatsu
2010-04-14perf probe: Remove die() from probe-event codeMasami Hiramatsu
2010-04-14perf probe: Remove die() from probe-finder codeMasami Hiramatsu
2010-04-14perf probe: Support basic type castingMasami Hiramatsu
2010-04-14perf probe: Query basic types from debuginfoMasami Hiramatsu
2010-04-14perf probe: Use the last field name as the argument nameMasami Hiramatsu
2010-04-14perf probe: Support argument nameMasami Hiramatsu
2010-03-22perf probe: Cleanup debuginfo related codeMasami Hiramatsu
2010-03-18perf events: Fix false positive build warning with older GCC'sIngo Molnar
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