index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
probe-event.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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-14
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
*
perf probe: Check kprobes blacklist when adding new events
Masami Hiramatsu
2015-02-26
1
-1
/
+108
*
perf tools: Make perf aware of tracefs
Steven Rostedt (Red Hat)
2015-02-11
1
-8
/
+16
*
perf probe: Fix probing kretprobes
Namhyung Kim
2015-01-21
1
-2
/
+2
*
perf symbols: Introduce 'for' method to iterate over the symbols with a given...
Arnaldo Carvalho de Melo
2015-01-21
1
-11
/
+3
*
perf probe: Do not rely on map__load() filter to find symbols
Namhyung Kim
2015-01-21
1
-16
/
+22
*
perf probe: Propagate error code when write(2) failed
Namhyung Kim
2015-01-16
1
-1
/
+3
*
perf probe: Fix to fall back to find probe point in symbols
Masami Hiramatsu
2015-01-02
1
-2
/
+4
*
perf probe: Add --quiet option to suppress output result message
Masami Hiramatsu
2014-10-29
1
-9
/
+9
*
perf symbols: Encapsulate dsos list head into struct dsos
Waiman Long
2014-09-30
1
-1
/
+2
*
perf probe: Do not access kallsyms when analyzing user binaries
Masami Hiramatsu
2014-09-17
1
-4
/
+5
*
perf probe: Make error messages thread-safe
Masami Hiramatsu
2014-08-15
1
-13
/
+15
*
perf probe: Don't use strerror if strlist__add failed
Masami Hiramatsu
2014-08-15
1
-2
/
+4
*
perf probe: Warn user to rebuild target with debuginfo
Masami Hiramatsu
2014-08-15
1
-18
/
+23
*
perf tools: Check recorded kernel version when finding vmlinux
Namhyung Kim
2014-08-13
1
-1
/
+1
*
perf probe: Fix --del option to delete events only with uprobe events
Masami Hiramatsu
2014-08-13
1
-23
/
+26
*
perf probe: Fix --list option to show events only with uprobe events
Masami Hiramatsu
2014-08-13
1
-30
/
+59
*
perf probe: Improve error messages in --line option
Masami Hiramatsu
2014-06-10
1
-3
/
+3
*
perf probe: Improve an error message of perf probe --vars mode
Masami Hiramatsu
2014-06-09
1
-1
/
+6
*
perf probe: Support distro-style debuginfo for uprobe
Masami Hiramatsu
2014-02-18
1
-6
/
+3
*
perf probe: Allow to add events on the local functions
Masami Hiramatsu
2014-02-18
1
-205
/
+173
*
perf probe: Show source-level or symbol-level info for uprobes
Masami Hiramatsu
2014-02-18
1
-83
/
+144
*
perf probe: Show appropriate symbol for ref_reloc_sym based kprobes
Masami Hiramatsu
2014-02-18
1
-28
/
+55
*
perf probe: Find given address from offline dwarf
Masami Hiramatsu
2014-02-18
1
-14
/
+26
*
perf probe: Use ref_reloc_sym based address instead of the symbol name
Masami Hiramatsu
2014-02-18
1
-9
/
+49
*
perf probe: Show in what binaries/modules probes are set
Masami Hiramatsu
2014-02-18
1
-3
/
+7
*
perf probe: Unify show_available_functions for uprobes/kprobes
Masami Hiramatsu
2014-02-18
1
-46
/
+26
[next]