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: Fix multiple --vars options behavior
Masami Hiramatsu
2011-04-05
1
-8
/
+8
*
perf probe: Fix to remove redundant close
Masami Hiramatsu
2011-04-05
1
-3
/
+0
*
perf probe: Remove redundant checks
Arnaldo Carvalho de Melo
2011-02-22
1
-1
/
+1
*
perf probe: Fix error propagation leading to segfault
Arnaldo Carvalho de Melo
2011-02-22
1
-1
/
+4
*
perf probe: Show filename which contains target function
Masami Hiramatsu
2011-02-16
1
-1
/
+1
*
perf probe: Support function@filename syntax for --line
Masami Hiramatsu
2011-02-16
1
-3
/
+12
*
perf probe: Add filters support for available functions
Masami Hiramatsu
2011-01-28
1
-10
/
+13
*
perf probe: Add variable filter support
Masami Hiramatsu
2011-01-28
1
-26
/
+40
*
perf probe: Add --funcs to show available functions in symtab
Masami Hiramatsu
2011-01-24
1
-2
/
+66
*
perf tools: Fix 64 bit integer format strings
Arnaldo Carvalho de Melo
2011-01-23
1
-1
/
+1
*
Merge commit 'v2.6.37-rc8' into perf/core
Ingo Molnar
2011-01-04
1
-3
/
+12
|
\
|
*
perf symbols: Stop using vmlinux files with no symbols
Franck Bui-Huu
2010-12-16
1
-1
/
+1
|
*
perf probe: Fix use of kernel image path given by 'k' option
Franck Bui-Huu
2010-12-16
1
-3
/
+12
*
|
perf probe: Fix short file name probe location reporting
Franck Bui-Huu
2010-12-27
1
-7
/
+7
*
|
perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen
Franck Bui-Huu
2010-12-22
1
-1
/
+1
*
|
perf probe: Handle gracefully some stupid and buggy line syntaxes
Franck Bui-Huu
2010-12-21
1
-32
/
+60
*
|
perf probe: Don't always consider EOF as an error when listing source code
Franck Bui-Huu
2010-12-21
1
-12
/
+26
*
|
perf probe: Fix line range description since a single file is allowed
Franck Bui-Huu
2010-12-21
1
-5
/
+8
*
|
perf probe: Clean up redundant tests in show_line_range()
Franck Bui-Huu
2010-12-21
1
-11
/
+15
*
|
perf probe: Rewrite show_one_line() to make it simpler
Franck Bui-Huu
2010-12-21
1
-18
/
+11
*
|
perf probe: Make -L display the absolute path of the dumped file
Franck Bui-Huu
2010-12-21
1
-1
/
+1
*
|
perf probe: Cleanup messages
Masami Hiramatsu
2010-12-21
1
-14
/
+16
|
/
*
perf probe: Add basic module support
Masami Hiramatsu
2010-10-21
1
-44
/
+79
*
perf probe: Show accessible global variables
Masami Hiramatsu
2010-10-21
1
-4
/
+4
*
perf probe: Function style fix
Masami Hiramatsu
2010-10-21
1
-1
/
+1
*
perf probe: Show accessible local variables
Masami Hiramatsu
2010-10-21
1
-0
/
+72
*
perf probe: Fix return probe support
Masami Hiramatsu
2010-09-08
1
-0
/
+1
*
perf probe: Fix memory leaks in add_perf_probe_events
Masami Hiramatsu
2010-08-06
1
-3
/
+8
*
perf probe: Rename common fields/functions from kprobe to probe.
Srikar Dronamraju
2010-07-30
1
-66
/
+69
*
perf probe: Support comp_dir to find an absolute source path
Masami Hiramatsu
2010-07-16
1
-12
/
+22
*
perf probe: Fix error message if get_real_path() failed
Masami Hiramatsu
2010-07-16
1
-0
/
+59
*
perf probe: Support static and global variables
Masami Hiramatsu
2010-07-05
1
-3
/
+12
*
perf probe: Support tracing an entry of array
Masami Hiramatsu
2010-07-05
1
-17
/
+39
*
perf machine: Adopt some map_groups functions
Arnaldo Carvalho de Melo
2010-04-28
1
-9
/
+11
*
perf probe: Add --max-probes option
Masami Hiramatsu
2010-04-26
1
-7
/
+10
*
perf probe: Fix to use symtab only if no debuginfo
Masami Hiramatsu
2010-04-26
1
-8
/
+9
*
perf: Fix perf probe build error
Frederic Weisbecker
2010-04-21
1
-1
/
+1
*
perf: 'perf kvm' tool for monitoring guest performance from host
Zhang, Yanmin
2010-04-19
1
-1
/
+6
*
perf probe: Fix line range to show end line
Masami Hiramatsu
2010-04-14
1
-3
/
+9
*
perf probe: Fix a bug that --line range can be overflow
Masami Hiramatsu
2010-04-14
1
-11
/
+12
*
perf probe: Fix mis-estimation for shortening filename
Masami Hiramatsu
2010-04-14
1
-2
/
+2
*
perf probe: Fix to use correct debugfs path finder
Masami Hiramatsu
2010-04-14
1
-2
/
+10
*
perf probe: Remove xstrdup()/xstrndup() from util/probe-{event, finder}.c
Masami Hiramatsu
2010-04-14
1
-46
/
+113
*
perf probe: Remove xzalloc() from util/probe-{event, finder}.c
Masami Hiramatsu
2010-04-14
1
-18
/
+51
*
perf probe: Remove die() from probe-event code
Masami Hiramatsu
2010-04-14
1
-195
/
+420
*
perf probe: Remove die() from probe-finder code
Masami Hiramatsu
2010-04-14
1
-2
/
+2
*
perf probe: Support basic type casting
Masami Hiramatsu
2010-04-14
1
-1
/
+22
*
perf probe: Query basic types from debuginfo
Masami Hiramatsu
2010-04-14
1
-0
/
+9
*
perf probe: Use the last field name as the argument name
Masami Hiramatsu
2010-04-14
1
-0
/
+4
*
perf probe: Support argument name
Masami Hiramatsu
2010-04-14
1
-10
/
+24
[next]