index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
probe-event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-22
perf probe: Cleanup debuginfo related code
Masami Hiramatsu
1
-159
/
+184
2010-03-18
perf events: Fix false positive build warning with older GCC's
Ingo Molnar
1
-1
/
+1
2010-03-17
perf probe: Fix !dwarf build
Ingo Molnar
1
-0
/
+6
2010-03-17
perf probe: Add data structure member access support
Masami Hiramatsu
1
-4
/
+86
2010-03-17
perf probe: List probes with line number and file name
Masami Hiramatsu
1
-13
/
+42
2010-03-17
perf probe: Introduce kprobe_trace_event and perf_probe_event
Masami Hiramatsu
1
-226
/
+400
2010-03-17
perf probe: Add --dry-run option
Masami Hiramatsu
1
-8
/
+16
2010-03-17
perf probe: Move add-probe routine to util/
Masami Hiramatsu
1
-2
/
+135
2010-03-17
perf probe: Use wrapper functions
Masami Hiramatsu
1
-29
/
+17
2010-03-13
perf probe: Fix need_dwarf flag if lazy matching is used
Masami Hiramatsu
1
-1
/
+1
2010-03-09
Merge commit 'v2.6.34-rc1' into perf/urgent
Ingo Molnar
1
-18
/
+37
2010-03-05
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-18
/
+37
2010-02-28
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+104
2010-02-27
Merge commit 'v2.6.33' into perf/core
Frederic Weisbecker
1
-0
/
+3
2010-02-25
perf probe: Add lazy line matching support
Masami Hiramatsu
1
-18
/
+30
2010-02-25
perf probe: Show more lines after last line
Masami Hiramatsu
1
-0
/
+7
2010-02-22
perf probe: Init struct probe_point and set counter correctly
Masami Hiramatsu
1
-0
/
+3
2010-01-13
perf probe: Support --line option to show probable source-code lines
Masami Hiramatsu
1
-0
/
+100
2010-01-13
perf probe: Show probe list in pager
Masami Hiramatsu
1
-0
/
+3
2009-12-30
perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT
Liming Wang
1
-1
/
+1
2009-12-17
perf probe: Check new event name
Masami Hiramatsu
1
-0
/
+15
2009-12-15
perf probe: Fix to show which probe point is not found
Masami Hiramatsu
1
-10
/
+24
2009-12-15
perf probe: Reject second attempt of adding same-name event
Masami Hiramatsu
1
-3
/
+21
2009-12-15
perf probe: Support event name for --add option
Masami Hiramatsu
1
-29
/
+45
2009-12-15
perf probe: Add glob matching support on --del
Masami Hiramatsu
1
-13
/
+39
2009-12-15
perf probe: Use strlist__for_each macros in probe-event.c
Masami Hiramatsu
1
-9
/
+3
2009-12-15
perf probe: Fix --del to update current event list
Masami Hiramatsu
1
-1
/
+4
2009-12-15
perf probe: Fix --del to show info instead of warning
Masami Hiramatsu
1
-1
/
+1
2009-12-15
perf probe: Check the result of e_snprintf()
Masami Hiramatsu
1
-2
/
+4
2009-12-15
perf probe: Cleanup struct session in builtin-probe.c
Masami Hiramatsu
1
-5
/
+7
2009-12-10
perf tools: Correct size given to memset
Julia Lawall
1
-1
/
+1
2009-12-09
perf probe: Support --del option
Masami Hiramatsu
1
-4
/
+65
2009-12-09
perf probe: Remove event suffix number _0
Masami Hiramatsu
1
-1
/
+10
2009-12-09
perf probe: Change probe-added message more user-friendly
Masami Hiramatsu
1
-5
/
+10
2009-12-09
perf probe: Change event list format
Masami Hiramatsu
1
-2
/
+25
2009-12-07
perf probe: Check e_snprintf() format string
Masami Hiramatsu
1
-1
/
+4
2009-12-07
perf probe: Fix event namelist to duplicate string
Masami Hiramatsu
1
-1
/
+3
2009-12-02
perf tools: Replace %m with %a in sscanf
Liming Wang
1
-3
/
+3
2009-12-01
perf probe: Simplify event naming
Masami Hiramatsu
1
-14
/
+53
2009-12-01
perf probe: Add --list option for listing current probe events
Masami Hiramatsu
1
-17
/
+214
2009-12-01
perf probe: Add argv_split() from lib/argv_split.c
Masami Hiramatsu
1
-40
/
+15
2009-12-01
perf probe: Move probe event utility functions to probe-event.c
Masami Hiramatsu
1
-0
/
+273