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 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
*
perf probe: Replace line_list with intlist
Masami Hiramatsu
2014-02-18
1
-12
/
+10
*
perf probe: Remove incorrect symbol check for --list
Masami Hiramatsu
2014-02-18
1
-8
/
+0
*
perf probe: Fix to do exit call for symbol maps
Masami Hiramatsu
2014-02-18
1
-48
/
+56
*
perf probe: Do not add offset twice to uprobe address
Masami Hiramatsu
2014-02-10
1
-1
/
+1
*
perf symbols: Export elf_section_by_name and reuse
Masami Hiramatsu
2014-01-16
1
-48
/
+28
*
perf probe: Release all dynamically allocated parameters
Masami Hiramatsu
2014-01-16
1
-0
/
+22
*
perf probe: Release allocated probe_trace_event if failed
Masami Hiramatsu
2014-01-16
1
-0
/
+13
*
perf probe: Fix build when DWARF support libraries not present
Arnaldo Carvalho de Melo
2014-01-13
1
-1
/
+4
*
perf tools: Use zfree to help detect use after free bugs
Arnaldo Carvalho de Melo
2013-12-27
1
-4
/
+4
*
perf tools: Introduce zfree
Arnaldo Carvalho de Melo
2013-12-27
1
-4
/
+2
*
perf tools: No need to test against NULL before calling free()
Arnaldo Carvalho de Melo
2013-12-26
1
-41
/
+21
*
perf probe: Support basic dwarf-based operations on uprobe events
Masami Hiramatsu
2013-12-26
1
-16
/
+135
*
perf probe: Expand given path to absolute path
Masami Hiramatsu
2013-12-26
1
-9
/
+2
*
tools/: Convert to new topic libraries
Borislav Petkov
2013-12-16
1
-1
/
+1
*
perf symbols: Set alloc flag close to setting the long_name
Arnaldo Carvalho de Melo
2013-12-10
1
-1
/
+1
*
perf probe: Support "$vars" meta argument syntax for local variables
Masami Hiramatsu
2013-10-23
1
-1
/
+0
*
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
Ingo Molnar
2013-10-09
1
-2
/
+2
*
perf tools: Introduce tools/lib/lk library
Borislav Petkov
2013-03-15
1
-1
/
+1
*
perf tools: remove sscanf extension %as
Irina Tirdea
2012-09-24
1
-7
/
+29
*
perf tools: Use __maybe_used for unused variables
Irina Tirdea
2012-09-11
1
-10
/
+11
*
perf probe: Make a copy of exec path for passing to basename
David Ahern
2012-09-08
1
-2
/
+10
*
perf uprobes: Remove unnecessary check before strlist__delete
Srikar Dronamraju
2012-05-31
1
-6
/
+2
*
perf probe: Provide perf interface for uprobes
Srikar Dronamraju
2012-05-11
1
-86
/
+336
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-05
1
-0
/
+6
|
\
|
*
perf probe: Ensure offset provided is not greater than function length withou...
Prashanth Nageshappa
2012-02-29
1
-0
/
+6
|
*
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
2012-01-31
1
-2
/
+0
*
|
perf tools: Remove duplicated string.h includes
Danny Kukawka
2012-02-17
1
-1
/
+0
*
|
perf probe: Rename target_module to target
Srikar Dronamraju
2012-02-02
1
-13
/
+13
*
|
perf probe: Usability fixes
Srikar Dronamraju
2012-01-24
1
-3
/
+3
*
|
perf tools: Fix broken build by defining _GNU_SOURCE in Makefile
David Daney
2012-01-24
1
-2
/
+0
|
/
*
perf probe: Fix to show correct error string
Masami Hiramatsu
2011-10-10
1
-1
/
+3
*
perf probe: Fix coredump introduced by probe module option
Jovi Zhang
2011-08-08
1
-4
/
+8
[next]