Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b5e0fff19bef3a36631bce742e363d3a99590c3a
/
tools
/
perf
/
util
/
probe-event.c
7598f8b
perf probe: Fix probe definition for inlined functions
by Björn Töpel
· 8 years ago
8ec20b1
perf str{filter,list}: Disentangle headers
by Arnaldo Carvalho de Melo
· 8 years ago
a067558
perf tools: Move extra string util functions to util/string2.h
by Arnaldo Carvalho de Melo
· 8 years ago
3d689ed
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
by Arnaldo Carvalho de Melo
· 8 years ago
fd20e81
perf tools: Including missing inttypes.h header
by Arnaldo Carvalho de Melo
· 8 years ago
2e1f8f7
perf probe: Change MAX_CMDLEN
by Ravi Bangoria
· 8 years ago
f0a30dc
perf probe: Fix concat_probe_trace_events
by Ravi Bangoria
· 8 years ago
af9100a
perf probe: Introduce util func is_sdt_event()
by Ravi Bangoria
· 8 years ago
7ab31d9
perf kretprobes: Offset from reloc_sym if kernel supports it
by Naveen N. Rao
· 8 years ago
bb963e1
perf utils: Check verbose flag properly
by Namhyung Kim
· 8 years ago
8a2efd6
perf probe: Avoid accessing uninitialized 'map' variable
by Arnaldo Carvalho de Melo
· 8 years ago
e2cf00c
Merge tag 'perf-core-for-mingo-4.11-20170126' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core
by Ingo Molnar
· 8 years ago
d1d0e29
perf probe: Delete an unnecessary assignment in try_to_find_absolute_address()
by Markus Elfring
· 8 years ago
42e233c
perf probe: Delete an unnecessary check in try_to_find_absolute_address()
by Markus Elfring
· 8 years ago
613f050
perf probe: Fix to probe on gcc generated functions in modules
by Masami Hiramatsu
· 8 years ago
3e96dac
perf probe: Add error checks to offline probe post-processing
by Masami Hiramatsu
· 8 years ago
8a937a2
perf probe: Fix to probe on gcc generated symbols for offline kernel
by Masami Hiramatsu
· 8 years ago
eebc509
perf probe: Fix --funcs to show correct symbols for offline module
by Masami Hiramatsu
· 8 years ago
1f2ed15
perf probe: Fix to get correct modname from elf header
by Masami Hiramatsu
· 8 years ago
ead1a57
perf probe: Check if *ptr2 is zero and not ptr2
by Colin Ian King
· 8 years ago
35726d3
perf probe: Fix to cut off incompatible chars from group name
by Masami Hiramatsu
· 8 years ago
be39db9
perf symbols: Remove symbol_filter_t machinery
by Arnaldo Carvalho de Melo
· 8 years ago
b3f33f9
perf probe: Add helper function to check if probe with variable
by Ravi Bangoria
· 8 years ago
428aff8
perf probe: Ignore vmlinux buildid if offline kernel is given
by Masami Hiramatsu
· 8 years ago
1c20b1d
perf probe: Show trace event definition
by Masami Hiramatsu
· 8 years ago
fd22759
perf probe: Do not use map_load filters for function
by Arnaldo Carvalho de Melo
· 8 years ago
99e608b
perf probe ppc64le: Fix probe location when using DWARF
by Ravi Bangoria
· 8 years ago
d820456
perf probe: Add function to post process kernel trace events
by Ravi Bangoria
· 8 years ago
cb3f337
perf probe: Fix module name matching
by Konstantin Khlebnikov
· 8 years ago
8e34189
perf probe: Adjust map->reloc offset when finding kernel symbol from map
by Masami Hiramatsu
· 8 years ago
e704934
perf probe: Warn unmatched function filter correctly
by Masami Hiramatsu
· 9 years ago
7e9fca5
perf probe: Support a special SDT probe format
by Masami Hiramatsu
· 9 years ago
a598180
perf probe: Support @BUILDID or @FILE suffix for SDT events
by Masami Hiramatsu
· 9 years ago
1de7b8b
perf probe: Search SDT/cached event from all probe caches
by Masami Hiramatsu
· 9 years ago
42bba26
perf probe: Allow wildcard for cached events
by Masami Hiramatsu
· 9 years ago
36a009f
perf probe: Accept %sdt and %cached event name
by Masami Hiramatsu
· 9 years ago
f6eb051
perf probe: Fix to show correct error message for $vars and $params
by Masami Hiramatsu
· 9 years ago
c8b5f2c
tools: Introduce str_error_r()
by Arnaldo Carvalho de Melo
· 9 years ago
8d993d9
perf probe: Add group name support
by Masami Hiramatsu
· 9 years ago
1f3736c
perf probe: Show all cached probes
by Masami Hiramatsu
· 9 years ago
bc06223
perf probe: Use cache entry if possible
by Masami Hiramatsu
· 9 years ago
10daf4d
perf intlist: Rename for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
602a1f4
perf tools: Rename strlist_for_each() macros to for_each_entry()
by Arnaldo Carvalho de Melo
· 9 years ago
32ca678
perf machine: Destructors should accept NULL
by Arnaldo Carvalho de Melo
· 9 years ago
2fd457a
perf probe: Add --cache option to cache the probe definitions
by Masami Hiramatsu
· 9 years ago
c4ff492
perf probe: Uncomment and export synthesize_perf_probe_point()
by Masami Hiramatsu
· 9 years ago
0542bb9
perf probe: Add perf_probe_event__copy()
by Masami Hiramatsu
· 9 years ago
844faa4
perf probe: Fix to add NULL check for strndup
by Masami Hiramatsu
· 9 years ago
bf4d5f2
perf probe: Check the return value of strbuf APIs
by Masami Hiramatsu
· 9 years ago
0b3c226
perf symbols: Fix kallsyms perf test on ppc64le
by Naveen N. Rao
· 9 years ago
909b036
perf probe: Use strbuf for making strings
by Masami Hiramatsu
· 9 years ago
c61fb95
perf probe: Fix module probe issue if no dwarf support
by Ravi Bangoria
· 9 years ago
63a2961
perf probe: Fix offline module name missmatch issue
by Ravi Bangoria
· 9 years ago
2a12ec1
perf probe: Set default kprobe group name if it is not given
by Masami Hiramatsu
· 9 years ago
062d6c2
perf probe: Close target file on error path
by Masami Hiramatsu
· 9 years ago
88fd633
perf probe: No need to use formatting strbuf method
by Arnaldo Carvalho de Melo
· 9 years ago
03e01f5
perf bpf: Allow BPF program config probing options
by Wang Nan
· 9 years ago
0a62f68
perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy
by Masami Hiramatsu
· 9 years ago
98d3b25
perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns success
by Wang Nan
· 9 years ago
1a8ac29
perf probe: Allow probing on kmodules without dwarf
by Masami Hiramatsu
· 9 years ago
20f4985
perf probe: Fix a segfault bug in debuginfo_cache
by Masami Hiramatsu
· 9 years ago
9b239a1
perf probe: Show correct source lines of probes on kmodules
by Masami Hiramatsu
· 9 years ago
663b115
perf probe: Fix to remove dot suffix from second or latter events
by Masami Hiramatsu
· 9 years ago
a5e813c
perf machine: Add method for common kernel_map(FUNCTION) operation
by Arnaldo Carvalho de Melo
· 9 years ago
77e6597
perf machine: Use machine__kernel_map() thoroughly
by Arnaldo Carvalho de Melo
· 9 years ago
6afc0c2
Merge branch 'linus' into perf/core, to pick up fixes before applying new changes
by Ingo Molnar
· 9 years ago
266fa2b
perf probe: Use existing routine to look for a kernel module by dso->short_name
by Arnaldo Carvalho de Melo
· 9 years ago
9bae1e8
perf probe: Export init/exit_probe_symbol_maps()
by Namhyung Kim
· 9 years ago
a43aac2
perf probe: Free perf_probe_event in cleanup_perf_probe_events()
by Namhyung Kim
· 9 years ago
4605eab
tools lib api fs: Replace debugfs/tracefs objects interface with fs.c
by Jiri Olsa
· 9 years ago
e607f14
perf probe: Print deleted events in cmd_probe()
by Namhyung Kim
· 9 years ago
b02137c
perf probe: Move print logic into cmd_probe()
by Namhyung Kim
· 9 years ago
12fae5e
perf probe: Link trace_probe_event into perf_probe_event
by Wang Nan
· 9 years ago
844dffa
perf probe: Split add_perf_probe_events()
by Namhyung Kim
· 9 years ago
da15bd9
perf probe: Support probing at absolute address
by Wang Nan
· 9 years ago
6c6e024
perf probe: Fix error reported when offset without function
by Wang Nan
· 9 years ago
be07afe
perf probe: Fix list result when address is zero
by Wang Nan
· 9 years ago
614e2fd
perf probe: Fix list result when symbol can't be found
by Wang Nan
· 9 years ago
e486367
perf probe: Prevent segfault when reading probe point with absolute address
by Wang Nan
· 9 years ago
1c0bd0e
perf probe: Try to use symbol table if searching debug info failed
by Wang Nan
· 9 years ago
92f6c72
perf probe: Move ftrace probe-event operations to probe-file.c
by Masami Hiramatsu
· 10 years ago
a3c9de6
perf probe: Simplify __add_probe_trace_events code
by Masami Hiramatsu
· 10 years ago
4a77e21
perf strlist: Make dupstr be the default and part of an extensible config parm
by Arnaldo Carvalho de Melo
· 10 years ago
7c31bb8
perf probe: Fix failure to probe events on arm
by He Kuang
· 10 years ago
7737af0
perf probe: Speed up perf probe --list by caching debuginfo
by Masami Hiramatsu
· 10 years ago
d350bd5
perf probe: Show usage even if the last event is skipped
by Masami Hiramatsu
· 10 years ago
b031220
perf probe: Fix to return error if no probe is added
by Masami Hiramatsu
· 10 years ago
ba7ecb0
perf probe: List probes in stdout
by Masami Hiramatsu
· 10 years ago
35a23ff9
perf probe: Cut off the gcc optimization postfixes from function name
by Masami Hiramatsu
· 10 years ago
9f2de31
perf machine: Fix up some more method names
by Arnaldo Carvalho de Melo
· 10 years ago
6bb536c
perf probe: Fix segfault when glob matching function without debuginfo
by Wang Nan
· 10 years ago
3d39ac5
perf machine: No need to have two DSOs lists
by Arnaldo Carvalho de Melo
· 10 years ago
60fb774
perf probe: Fix 'function unused' warning
by Wang Nan
· 10 years ago
84c2caf
perf tools: Reference count struct map
by Arnaldo Carvalho de Melo
· 10 years ago
1eee78a
perf tools: Introduce struct maps
by Arnaldo Carvalho de Melo
· 10 years ago
dddc7ee
perf probe: Fix an error when deleting probes successfully
by Masami Hiramatsu
· 10 years ago
419e873
perf probe: Show the error reason comes from invalid DSO
by Masami Hiramatsu
· 10 years ago
4bb7123d
perf tools: Use maps__first()/map__next()
by Arnaldo Carvalho de Melo
· 10 years ago
614c6b5
perf tools: Leave DSO destruction to the map destruction
by Arnaldo Carvalho de Melo
· 10 years ago
75e4a2a
perf probe: Load map before glob matching
by Wang Nan
· 10 years ago
Next »