index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
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 failure to probe events on arm
He Kuang
2015-06-23
1
-1
/
+5
*
perf probe: Speed up perf probe --list by caching debuginfo
Masami Hiramatsu
2015-06-17
1
-4
/
+44
*
perf probe: Show usage even if the last event is skipped
Masami Hiramatsu
2015-06-17
1
-18
/
+17
*
perf probe: Fix to return error if no probe is added
Masami Hiramatsu
2015-06-16
1
-42
/
+71
*
perf probe: List probes in stdout
Masami Hiramatsu
2015-06-16
1
-14
/
+35
*
perf probe: Cut off the gcc optimization postfixes from function name
Masami Hiramatsu
2015-06-12
1
-0
/
+5
*
perf machine: Fix up some more method names
Arnaldo Carvalho de Melo
2015-06-08
1
-1
/
+1
*
perf probe: Fix segfault when glob matching function without debuginfo
Wang Nan
2015-05-30
1
-5
/
+21
*
perf machine: No need to have two DSOs lists
Arnaldo Carvalho de Melo
2015-05-29
1
-2
/
+3
*
perf probe: Fix 'function unused' warning
Wang Nan
2015-05-29
1
-32
/
+33
*
perf tools: Reference count struct map
Arnaldo Carvalho de Melo
2015-05-27
1
-3
/
+3
*
perf tools: Introduce struct maps
Arnaldo Carvalho de Melo
2015-05-27
1
-1
/
+1
*
perf probe: Fix an error when deleting probes successfully
Masami Hiramatsu
2015-05-27
1
-4
/
+5
*
perf probe: Show the error reason comes from invalid DSO
Masami Hiramatsu
2015-05-27
1
-23
/
+24
*
perf tools: Use maps__first()/map__next()
Arnaldo Carvalho de Melo
2015-05-27
1
-3
/
+3
*
perf tools: Leave DSO destruction to the map destruction
Arnaldo Carvalho de Melo
2015-05-27
1
-3
/
+0
*
perf probe: Load map before glob matching
Wang Nan
2015-05-18
1
-0
/
+3
*
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
Ingo Molnar
2015-05-11
1
-0
/
+2
|
\
|
*
perf probe: Fix segfault if passed with ''.
Wang Nan
2015-05-05
1
-0
/
+2
*
|
perf probe: Support glob wildcards for function name
Masami Hiramatsu
2015-05-08
1
-5
/
+14
*
|
perf probe: Introduce probe_conf global configs
Masami Hiramatsu
2015-05-08
1
-31
/
+22
*
|
perf probe: Use perf_probe_event.target instead of passing as an argument
Masami Hiramatsu
2015-05-08
1
-30
/
+25
*
|
perf probe: Skip kernel symbols which is out of .text
Masami Hiramatsu
2015-05-08
1
-7
/
+24
*
|
perf probe: Make --line checks validate C-style function name
Masami Hiramatsu
2015-05-08
1
-15
/
+20
*
|
perf probe: Fix a typo for the flags of open
Masami Hiramatsu
2015-05-08
1
-1
/
+1
*
|
perf probe: Fix to close probe_events file in error
Masami Hiramatsu
2015-05-08
1
-1
/
+3
*
|
perf probe: Allow to use filter on --del command
Masami Hiramatsu
2015-05-05
1
-70
/
+32
*
|
perf probe: Accept filter argument for --list
Masami Hiramatsu
2015-05-04
1
-4
/
+23
*
|
perf probe: Improve detection of file/function name in the probe pattern
Naveen N. Rao
2015-05-04
1
-3
/
+26
*
|
perf probe ppc64le: Fixup function entry if using kallsyms lookup
Naveen N. Rao
2015-05-04
1
-0
/
+5
*
|
perf probe ppc64le: Prefer symbol table lookup over DWARF
Naveen N. Rao
2015-05-04
1
-0
/
+8
*
|
perf probe: Remove all probes matches given pattern at once
Masami Hiramatsu
2015-04-29
1
-9
/
+17
|
/
*
perf probe: Find compilation directory path for lazy matching
Naohiro Aota
2015-04-13
1
-59
/
+0
*
perf probe: Set retprobe flag when probe in address-based alternative mode
He Kuang
2015-04-13
1
-0
/
+1
*
perf probe: Support multiple probes on different binaries
Masami Hiramatsu
2015-04-10
1
-2
/
+3
*
perf probe: Fix ARM 32 building error
Wang Nan
2015-04-08
1
-1
/
+2
*
perf kmaps: Check kmaps to make code more robust
Wang Nan
2015-04-08
1
-0
/
+2
*
perf probe: Fix to get ummapped symbol address on kernel
Masami Hiramatsu
2015-03-24
1
-1
/
+4
*
perf probe: Fix failure to add multiple probes without debuginfo
He Kuang
2015-03-21
1
-3
/
+1
*
perf probe: Fix compiles due to declarations using perf_probe_point
David Ahern
2015-03-12
1
-4
/
+6
*
perf probe: Fix possible double free on error
He Kuang
2015-03-12
1
-1
/
+5
*
perf probe: Allow weak symbols to be probed
Namhyung Kim
2015-03-12
1
-8
/
+4
*
perf symbols: Allow symbol alias when loading map for symbol name
Namhyung Kim
2015-03-12
1
-0
/
+1
*
Revert "perf probe: Fix to fall back to find probe point in symbols"
Masami Hiramatsu
2015-03-12
1
-4
/
+2
*
perf probe: Fix --line to handle aliased symbols in glibc
Masami Hiramatsu
2015-03-12
1
-2
/
+33
*
perf probe: Fix to handle aliased symbols in glibc
Masami Hiramatsu
2015-03-12
1
-16
/
+124
*
perf probe: Warn if given uprobe event accesses memory on older kernel
Masami Hiramatsu
2015-03-02
1
-0
/
+23
*
perf probe: Fix a precedence bug
He Kuang
2015-02-27
1
-1
/
+1
*
perf probe: Handle strdup() failure
Arnaldo Carvalho de Melo
2015-02-27
1
-1
/
+1
*
perf probe: Fix get_real_path to free allocated memory in error path
Masami Hiramatsu
2015-02-26
1
-1
/
+3
[next]