index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
probe-event.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-22
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
1
-1
/
+1
2011-01-04
Merge commit 'v2.6.37-rc8' into perf/core
Ingo Molnar
1
-3
/
+12
2010-12-27
perf probe: Fix short file name probe location reporting
Franck Bui-Huu
1
-7
/
+7
2010-12-22
perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen
Franck Bui-Huu
1
-1
/
+1
2010-12-21
perf probe: Handle gracefully some stupid and buggy line syntaxes
Franck Bui-Huu
1
-32
/
+60
2010-12-21
perf probe: Don't always consider EOF as an error when listing source code
Franck Bui-Huu
1
-12
/
+26
2010-12-21
perf probe: Fix line range description since a single file is allowed
Franck Bui-Huu
1
-5
/
+8
2010-12-21
perf probe: Clean up redundant tests in show_line_range()
Franck Bui-Huu
1
-11
/
+15
2010-12-21
perf probe: Rewrite show_one_line() to make it simpler
Franck Bui-Huu
1
-18
/
+11
2010-12-21
perf probe: Make -L display the absolute path of the dumped file
Franck Bui-Huu
1
-1
/
+1
2010-12-21
perf probe: Cleanup messages
Masami Hiramatsu
1
-14
/
+16
2010-12-16
perf symbols: Stop using vmlinux files with no symbols
Franck Bui-Huu
1
-1
/
+1
2010-12-16
perf probe: Fix use of kernel image path given by 'k' option
Franck Bui-Huu
1
-3
/
+12
2010-10-21
perf probe: Add basic module support
Masami Hiramatsu
1
-44
/
+79
2010-10-21
perf probe: Show accessible global variables
Masami Hiramatsu
1
-4
/
+4
2010-10-21
perf probe: Function style fix
Masami Hiramatsu
1
-1
/
+1
2010-10-21
perf probe: Show accessible local variables
Masami Hiramatsu
1
-0
/
+72
2010-09-08
perf probe: Fix return probe support
Masami Hiramatsu
1
-0
/
+1
2010-08-06
perf probe: Fix memory leaks in add_perf_probe_events
Masami Hiramatsu
1
-3
/
+8
2010-07-30
perf probe: Rename common fields/functions from kprobe to probe.
Srikar Dronamraju
1
-66
/
+69
2010-07-16
perf probe: Support comp_dir to find an absolute source path
Masami Hiramatsu
1
-12
/
+22
2010-07-16
perf probe: Fix error message if get_real_path() failed
Masami Hiramatsu
1
-0
/
+59
2010-07-05
perf probe: Support static and global variables
Masami Hiramatsu
1
-3
/
+12
2010-07-05
perf probe: Support tracing an entry of array
Masami Hiramatsu
1
-17
/
+39
2010-04-27
perf machine: Adopt some map_groups functions
Arnaldo Carvalho de Melo
1
-9
/
+11
2010-04-26
perf probe: Add --max-probes option
Masami Hiramatsu
1
-7
/
+10
2010-04-26
perf probe: Fix to use symtab only if no debuginfo
Masami Hiramatsu
1
-8
/
+9
2010-04-21
perf: Fix perf probe build error
Frederic Weisbecker
1
-1
/
+1
2010-04-19
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin
1
-1
/
+6
2010-04-14
perf probe: Fix line range to show end line
Masami Hiramatsu
1
-3
/
+9
2010-04-14
perf probe: Fix a bug that --line range can be overflow
Masami Hiramatsu
1
-11
/
+12
2010-04-14
perf probe: Fix mis-estimation for shortening filename
Masami Hiramatsu
1
-2
/
+2
2010-04-14
perf probe: Fix to use correct debugfs path finder
Masami Hiramatsu
1
-2
/
+10
2010-04-14
perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c
Masami Hiramatsu
1
-46
/
+113
2010-04-14
perf probe: Remove xzalloc() from util/probe-{event, finder}.c
Masami Hiramatsu
1
-18
/
+51
2010-04-14
perf probe: Remove die() from probe-event code
Masami Hiramatsu
1
-195
/
+420
2010-04-14
perf probe: Remove die() from probe-finder code
Masami Hiramatsu
1
-2
/
+2
2010-04-14
perf probe: Support basic type casting
Masami Hiramatsu
1
-1
/
+22
2010-04-14
perf probe: Query basic types from debuginfo
Masami Hiramatsu
1
-0
/
+9
2010-04-14
perf probe: Use the last field name as the argument name
Masami Hiramatsu
1
-0
/
+4
2010-04-14
perf probe: Support argument name
Masami Hiramatsu
1
-10
/
+24
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
[next]