index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
probe-event.c
Age
Commit message (
Expand
)
Author
2015-11-18
perf bpf: Allow BPF program config probing options
Wang Nan
2015-11-06
perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy
Masami Hiramatsu
2015-11-05
perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...
Wang Nan
2015-10-02
perf probe: Allow probing on kmodules without dwarf
Masami Hiramatsu
2015-09-30
perf probe: Fix a segfault bug in debuginfo_cache
Masami Hiramatsu
2015-09-30
perf probe: Show correct source lines of probes on kmodules
Masami Hiramatsu
2015-09-30
perf probe: Fix to remove dot suffix from second or latter events
Masami Hiramatsu
2015-09-30
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
2015-09-30
perf machine: Use machine__kernel_map() thoroughly
Arnaldo Carvalho de Melo
2015-09-28
Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...
Ingo Molnar
2015-09-25
perf probe: Use existing routine to look for a kernel module by dso->short_name
Arnaldo Carvalho de Melo
2015-09-15
perf probe: Export init/exit_probe_symbol_maps()
Namhyung Kim
2015-09-15
perf probe: Free perf_probe_event in cleanup_perf_probe_events()
Namhyung Kim
2015-09-14
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
Jiri Olsa
2015-09-04
perf probe: Print deleted events in cmd_probe()
Namhyung Kim
2015-09-04
perf probe: Move print logic into cmd_probe()
Namhyung Kim
2015-09-04
perf probe: Link trace_probe_event into perf_probe_event
Wang Nan
2015-09-04
perf probe: Split add_perf_probe_events()
Namhyung Kim
2015-08-26
perf probe: Support probing at absolute address
Wang Nan
2015-08-26
perf probe: Fix error reported when offset without function
Wang Nan
2015-08-26
perf probe: Fix list result when address is zero
Wang Nan
2015-08-26
perf probe: Fix list result when symbol can't be found
Wang Nan
2015-08-26
perf probe: Prevent segfault when reading probe point with absolute address
Wang Nan
2015-08-21
perf probe: Try to use symbol table if searching debug info failed
Wang Nan
2015-07-20
perf probe: Move ftrace probe-event operations to probe-file.c
Masami Hiramatsu
2015-07-20
perf probe: Simplify __add_probe_trace_events code
Masami Hiramatsu
2015-07-20
perf strlist: Make dupstr be the default and part of an extensible config parm
Arnaldo Carvalho de Melo
2015-06-23
perf probe: Fix failure to probe events on arm
He Kuang
2015-06-17
perf probe: Speed up perf probe --list by caching debuginfo
Masami Hiramatsu
2015-06-17
perf probe: Show usage even if the last event is skipped
Masami Hiramatsu
2015-06-16
perf probe: Fix to return error if no probe is added
Masami Hiramatsu
2015-06-16
perf probe: List probes in stdout
Masami Hiramatsu
2015-06-12
perf probe: Cut off the gcc optimization postfixes from function name
Masami Hiramatsu
2015-06-08
perf machine: Fix up some more method names
Arnaldo Carvalho de Melo
2015-05-30
perf probe: Fix segfault when glob matching function without debuginfo
Wang Nan
2015-05-29
perf machine: No need to have two DSOs lists
Arnaldo Carvalho de Melo
2015-05-29
perf probe: Fix 'function unused' warning
Wang Nan
2015-05-27
perf tools: Reference count struct map
Arnaldo Carvalho de Melo
2015-05-27
perf tools: Introduce struct maps
Arnaldo Carvalho de Melo
2015-05-27
perf probe: Fix an error when deleting probes successfully
Masami Hiramatsu
2015-05-27
perf probe: Show the error reason comes from invalid DSO
Masami Hiramatsu
2015-05-27
perf tools: Use maps__first()/map__next()
Arnaldo Carvalho de Melo
2015-05-27
perf tools: Leave DSO destruction to the map destruction
Arnaldo Carvalho de Melo
2015-05-18
perf probe: Load map before glob matching
Wang Nan
2015-05-11
Merge branch 'perf/urgent' into perf/core, to resolve conflicts
Ingo Molnar
2015-05-08
perf probe: Support glob wildcards for function name
Masami Hiramatsu
2015-05-08
perf probe: Introduce probe_conf global configs
Masami Hiramatsu
2015-05-08
perf probe: Use perf_probe_event.target instead of passing as an argument
Masami Hiramatsu
2015-05-08
perf probe: Skip kernel symbols which is out of .text
Masami Hiramatsu
2015-05-08
perf probe: Make --line checks validate C-style function name
Masami Hiramatsu
[next]