Ingo Molnar
|
3b0d516463
perf probe: Fix !dwarf build
|
15 years ago |
Masami Hiramatsu
|
7df2f32956
perf probe: Add data structure member access support
|
15 years ago |
Masami Hiramatsu
|
fb1587d869
perf probe: List probes with line number and file name
|
15 years ago |
Masami Hiramatsu
|
4235b0454e
perf probe: Introduce kprobe_trace_event and perf_probe_event
|
15 years ago |
Masami Hiramatsu
|
f4d7da499e
perf probe: Add --dry-run option
|
15 years ago |
Masami Hiramatsu
|
e0faa8d358
perf probe: Move add-probe routine to util/
|
15 years ago |
Masami Hiramatsu
|
31facc5f1a
perf probe: Use wrapper functions
|
15 years ago |
Masami Hiramatsu
|
fc6ceea045
perf probe: Fix need_dwarf flag if lazy matching is used
|
15 years ago |
Ingo Molnar
|
548b841669
Merge commit 'v2.6.34-rc1' into perf/urgent
|
15 years ago |
Linus Torvalds
|
660f6a360b
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
Linus Torvalds
|
6556a67435
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
Frederic Weisbecker
|
018cbffe68
Merge commit 'v2.6.33' into perf/core
|
15 years ago |
Masami Hiramatsu
|
2a9c8c3609
perf probe: Add lazy line matching support
|
15 years ago |
Masami Hiramatsu
|
5c8d1cbbbe
perf probe: Show more lines after last line
|
15 years ago |
Masami Hiramatsu
|
388c3aab5d
perf probe: Init struct probe_point and set counter correctly
|
15 years ago |
Masami Hiramatsu
|
631c9def80
perf probe: Support --line option to show probable source-code lines
|
15 years ago |
Masami Hiramatsu
|
72041334b8
perf probe: Show probe list in pager
|
15 years ago |
Liming Wang
|
63bbd5e2d5
perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT
|
15 years ago |
Masami Hiramatsu
|
b7702a2136
perf probe: Check new event name
|
15 years ago |
Masami Hiramatsu
|
7ef17aafc9
perf probe: Fix to show which probe point is not found
|
15 years ago |
Masami Hiramatsu
|
d761b08bff
perf probe: Reject second attempt of adding same-name event
|
15 years ago |
Masami Hiramatsu
|
af663d75a6
perf probe: Support event name for --add option
|
15 years ago |
Masami Hiramatsu
|
bbbb521bc6
perf probe: Add glob matching support on --del
|
15 years ago |
Masami Hiramatsu
|
adf365f486
perf probe: Use strlist__for_each macros in probe-event.c
|
15 years ago |
Masami Hiramatsu
|
3e3405906d
perf probe: Fix --del to update current event list
|
15 years ago |
Masami Hiramatsu
|
f6bbff7725
perf probe: Fix --del to show info instead of warning
|
15 years ago |
Masami Hiramatsu
|
7e990a5126
perf probe: Check the result of e_snprintf()
|
15 years ago |
Masami Hiramatsu
|
fac13fd54e
perf probe: Cleanup struct session in builtin-probe.c
|
15 years ago |
Julia Lawall
|
5660ce3424
perf tools: Correct size given to memset
|
15 years ago |
Masami Hiramatsu
|
fa28244d12
perf probe: Support --del option
|
15 years ago |