index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
probe-event.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-04
perf probe: Fix to probe on gcc generated symbols for offline kernel
Masami Hiramatsu
1
-1
/
+47
2017-01-04
perf probe: Fix --funcs to show correct symbols for offline module
Masami Hiramatsu
1
-19
/
+6
2017-01-02
perf probe: Fix to get correct modname from elf header
Masami Hiramatsu
1
-16
/
+16
2016-10-03
perf probe: Check if *ptr2 is zero and not ptr2
Colin Ian King
1
-1
/
+1
2016-09-29
perf probe: Fix to cut off incompatible chars from group name
Masami Hiramatsu
1
-3
/
+7
2016-09-05
perf symbols: Remove symbol_filter_t machinery
Arnaldo Carvalho de Melo
1
-9
/
+8
2016-09-01
perf probe: Add helper function to check if probe with variable
Ravi Bangoria
1
-7
/
+15
2016-09-01
perf probe: Ignore vmlinux buildid if offline kernel is given
Masami Hiramatsu
1
-0
/
+4
2016-09-01
perf probe: Show trace event definition
Masami Hiramatsu
1
-0
/
+46
2016-09-01
perf probe: Do not use map_load filters for function
Arnaldo Carvalho de Melo
1
-19
/
+10
2016-08-09
perf probe ppc64le: Fix probe location when using DWARF
Ravi Bangoria
1
-16
/
+21
2016-08-09
perf probe: Add function to post process kernel trace events
Ravi Bangoria
1
-11
/
+18
2016-08-09
perf probe: Fix module name matching
Konstantin Khlebnikov
1
-1
/
+3
2016-08-09
perf probe: Adjust map->reloc offset when finding kernel symbol from map
Masami Hiramatsu
1
-1
/
+1
2016-07-19
perf probe: Warn unmatched function filter correctly
Masami Hiramatsu
1
-2
/
+10
2016-07-14
perf probe: Support a special SDT probe format
Masami Hiramatsu
1
-2
/
+10
2016-07-14
perf probe: Support @BUILDID or @FILE suffix for SDT events
Masami Hiramatsu
1
-2
/
+15
2016-07-14
perf probe: Search SDT/cached event from all probe caches
Masami Hiramatsu
1
-19
/
+86
2016-07-14
perf probe: Allow wildcard for cached events
Masami Hiramatsu
1
-4
/
+103
2016-07-14
perf probe: Accept %sdt and %cached event name
Masami Hiramatsu
1
-24
/
+58
2016-07-14
perf probe: Fix to show correct error message for $vars and $params
Masami Hiramatsu
1
-1
/
+3
2016-07-12
tools: Introduce str_error_r()
Arnaldo Carvalho de Melo
1
-3
/
+3
2016-07-05
perf probe: Add group name support
Masami Hiramatsu
1
-9
/
+14
2016-07-01
perf probe: Show all cached probes
Masami Hiramatsu
1
-0
/
+3
2016-07-01
perf probe: Use cache entry if possible
Masami Hiramatsu
1
-2
/
+63
2016-06-23
perf intlist: Rename for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-1
/
+1
2016-06-23
perf tools: Rename strlist_for_each() macros to for_each_entry()
Arnaldo Carvalho de Melo
1
-2
/
+2
2016-06-22
perf machine: Destructors should accept NULL
Arnaldo Carvalho de Melo
1
-4
/
+2
2016-06-15
perf probe: Add --cache option to cache the probe definitions
Masami Hiramatsu
1
-0
/
+9
2016-06-14
perf probe: Uncomment and export synthesize_perf_probe_point()
Masami Hiramatsu
1
-17
/
+22
2016-06-14
perf probe: Add perf_probe_event__copy()
Masami Hiramatsu
1
-3
/
+73
2016-06-14
perf probe: Fix to add NULL check for strndup
Masami Hiramatsu
1
-0
/
+4
2016-05-10
perf probe: Check the return value of strbuf APIs
Masami Hiramatsu
1
-57
/
+86
2016-05-06
perf symbols: Fix kallsyms perf test on ppc64le
Naveen N. Rao
1
-2
/
+3
2016-04-28
perf probe: Use strbuf for making strings
Masami Hiramatsu
1
-161
/
+85
2016-04-26
perf probe: Fix module probe issue if no dwarf support
Ravi Bangoria
1
-3
/
+73
2016-04-26
perf probe: Fix offline module name missmatch issue
Ravi Bangoria
1
-14
/
+5
2016-04-26
perf probe: Set default kprobe group name if it is not given
Masami Hiramatsu
1
-3
/
+7
2016-04-26
perf probe: Close target file on error path
Masami Hiramatsu
1
-2
/
+7
2016-03-23
perf probe: No need to use formatting strbuf method
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-11-18
perf bpf: Allow BPF program config probing options
Wang Nan
1
-2
/
+5
2015-11-06
perf probe: Cleanup find_perf_probe_point_from_map to reduce redundancy
Masami Hiramatsu
1
-5
/
+2
2015-11-05
perf tools: Fix find_perf_probe_point_from_map() which incorrectly returns su...
Wang Nan
1
-0
/
+3
2015-10-02
perf probe: Allow probing on kmodules without dwarf
Masami Hiramatsu
1
-3
/
+5
2015-10-01
perf probe: Fix a segfault bug in debuginfo_cache
Masami Hiramatsu
1
-9
/
+12
2015-10-01
perf probe: Show correct source lines of probes on kmodules
Masami Hiramatsu
1
-12
/
+23
2015-10-01
perf probe: Fix to remove dot suffix from second or latter events
Masami Hiramatsu
1
-13
/
+20
2015-10-01
perf machine: Add method for common kernel_map(FUNCTION) operation
Arnaldo Carvalho de Melo
1
-2
/
+2
2015-10-01
perf machine: Use machine__kernel_map() thoroughly
Arnaldo Carvalho de Melo
1
-3
/
+4
2015-09-28
Merge branch 'linus' into perf/core, to pick up fixes before applying new cha...
Ingo Molnar
1
-6
/
+7
[prev]
[next]