index
:
openslx/kernel-qcow2-linux.git
kernel-qcow2
kernel-qcow2-linux-4.18.x-centos
kernel-qcow2-linux-4.19.y
master
In-kernel qcow2 (Kernel part)
OpenSLX
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
probe-event.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
perf probe: Cleanup debuginfo related code
Masami Hiramatsu
2010-03-22
1
-159
/
+184
*
perf events: Fix false positive build warning with older GCC's
Ingo Molnar
2010-03-18
1
-1
/
+1
*
perf probe: Fix !dwarf build
Ingo Molnar
2010-03-17
1
-0
/
+6
*
perf probe: Add data structure member access support
Masami Hiramatsu
2010-03-17
1
-4
/
+86
*
perf probe: List probes with line number and file name
Masami Hiramatsu
2010-03-17
1
-13
/
+42
*
perf probe: Introduce kprobe_trace_event and perf_probe_event
Masami Hiramatsu
2010-03-17
1
-226
/
+400
*
perf probe: Add --dry-run option
Masami Hiramatsu
2010-03-17
1
-8
/
+16
*
perf probe: Move add-probe routine to util/
Masami Hiramatsu
2010-03-17
1
-2
/
+135
*
perf probe: Use wrapper functions
Masami Hiramatsu
2010-03-17
1
-29
/
+17
*
perf probe: Fix need_dwarf flag if lazy matching is used
Masami Hiramatsu
2010-03-13
1
-1
/
+1
*
Merge commit 'v2.6.34-rc1' into perf/urgent
Ingo Molnar
2010-03-09
1
-18
/
+37
|
\
|
*
Merge branch 'perf-probes-for-linus-2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2010-03-05
1
-18
/
+37
|
|
\
|
|
*
perf probe: Add lazy line matching support
Masami Hiramatsu
2010-02-25
1
-18
/
+30
|
|
*
perf probe: Show more lines after last line
Masami Hiramatsu
2010-02-25
1
-0
/
+7
|
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2010-02-28
1
-1
/
+104
|
|
\
|
*
|
|
Merge commit 'v2.6.33' into perf/core
Frederic Weisbecker
2010-02-27
1
-0
/
+3
|
\
|
|
|
|
/
|
/
|
|
*
perf probe: Init struct probe_point and set counter correctly
Masami Hiramatsu
2010-02-22
1
-0
/
+3
*
|
perf probe: Support --line option to show probable source-code lines
Masami Hiramatsu
2010-01-13
1
-0
/
+100
*
|
perf probe: Show probe list in pager
Masami Hiramatsu
2010-01-13
1
-0
/
+3
*
|
perf probe: Change CONFIG_KPROBE_TRACER to CONFIG_KPROBE_EVENT
Liming Wang
2009-12-30
1
-1
/
+1
|
/
*
perf probe: Check new event name
Masami Hiramatsu
2009-12-17
1
-0
/
+15
*
perf probe: Fix to show which probe point is not found
Masami Hiramatsu
2009-12-15
1
-10
/
+24
*
perf probe: Reject second attempt of adding same-name event
Masami Hiramatsu
2009-12-15
1
-3
/
+21
*
perf probe: Support event name for --add option
Masami Hiramatsu
2009-12-15
1
-29
/
+45
*
perf probe: Add glob matching support on --del
Masami Hiramatsu
2009-12-15
1
-13
/
+39
*
perf probe: Use strlist__for_each macros in probe-event.c
Masami Hiramatsu
2009-12-15
1
-9
/
+3
*
perf probe: Fix --del to update current event list
Masami Hiramatsu
2009-12-15
1
-1
/
+4
*
perf probe: Fix --del to show info instead of warning
Masami Hiramatsu
2009-12-15
1
-1
/
+1
*
perf probe: Check the result of e_snprintf()
Masami Hiramatsu
2009-12-15
1
-2
/
+4
*
perf probe: Cleanup struct session in builtin-probe.c
Masami Hiramatsu
2009-12-15
1
-5
/
+7
*
perf tools: Correct size given to memset
Julia Lawall
2009-12-10
1
-1
/
+1
*
perf probe: Support --del option
Masami Hiramatsu
2009-12-09
1
-4
/
+65
*
perf probe: Remove event suffix number _0
Masami Hiramatsu
2009-12-09
1
-1
/
+10
*
perf probe: Change probe-added message more user-friendly
Masami Hiramatsu
2009-12-09
1
-5
/
+10
*
perf probe: Change event list format
Masami Hiramatsu
2009-12-09
1
-2
/
+25
*
perf probe: Check e_snprintf() format string
Masami Hiramatsu
2009-12-07
1
-1
/
+4
*
perf probe: Fix event namelist to duplicate string
Masami Hiramatsu
2009-12-07
1
-1
/
+3
*
perf tools: Replace %m with %a in sscanf
Liming Wang
2009-12-02
1
-3
/
+3
*
perf probe: Simplify event naming
Masami Hiramatsu
2009-12-01
1
-14
/
+53
*
perf probe: Add --list option for listing current probe events
Masami Hiramatsu
2009-12-01
1
-17
/
+214
*
perf probe: Add argv_split() from lib/argv_split.c
Masami Hiramatsu
2009-12-01
1
-40
/
+15
*
perf probe: Move probe event utility functions to probe-event.c
Masami Hiramatsu
2009-12-01
1
-0
/
+273
[prev]