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
pinetabv-6.6.y-devel
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
starfive-6.6.48-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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-19
perf probe: Trace a magic number if variable is not found
Masami Hiramatsu
4
-5
/
+63
2019-11-19
perf probe: Support DW_AT_const_value constant value
Masami Hiramatsu
3
-0
/
+19
2019-11-19
perf probe: Support multiprobe event
Masami Hiramatsu
3
-2
/
+15
2019-11-19
perf probe: Generate event name with line number
Masami Hiramatsu
1
-0
/
+8
2019-11-19
perf probe: Do not show non representive lines by perf-probe -L
Masami Hiramatsu
1
-0
/
+7
2019-11-19
perf probe: Verify given line is a representive line
Masami Hiramatsu
1
-0
/
+36
2019-11-19
perf probe: Show correct statement line number by perf probe -l
Masami Hiramatsu
1
-4
/
+58
2019-11-18
perf map: Move seldom used ->flags field to second cacheline
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-18
perf map: Use bitmap for booleans
Arnaldo Carvalho de Melo
1
-2
/
+2
2019-11-18
perf callchain: Fix segfault in thread__resolve_callchain_sample()
Adrian Hunter
1
-1
/
+1
2019-11-18
perf map_groups: Auto sort maps by name, if needed
Arnaldo Carvalho de Melo
3
-3
/
+111
2019-11-18
perf machine: No need to check if kernel module maps pre-exist
Arnaldo Carvalho de Melo
3
-13
/
+7
2019-11-18
perf map: No need to adjust the long name of modules
Arnaldo Carvalho de Melo
1
-26
/
+1
2019-11-18
perf map_groups: Add a front end cache for map lookups by name
Arnaldo Carvalho de Melo
3
-5
/
+19
2019-11-18
perf maps: Do not use an rbtree to sort by map name
Arnaldo Carvalho de Melo
4
-46
/
+2
2019-11-13
perf maps: Purge the entries from maps->names in __maps__purge()
Arnaldo Carvalho de Melo
2
-41
/
+1
2019-11-12
perf parse: Use YYABORT to clear stack after failure, plugging leaks
Ian Rogers
1
-1
/
+2
2019-11-12
perf tool: Provide an option to print perf_event_open args and return value
Ravi Bangoria
4
-18
/
+30
2019-11-12
perf map: Remove ->groups from 'struct map'
Arnaldo Carvalho de Melo
2
-5
/
+0
2019-11-12
perf map: Combine maps__fixup_overlappings with its only use
Arnaldo Carvalho de Melo
1
-9
/
+4
2019-11-12
perf annotate: Stop using map->groups, use map_symbol->mg instead
Arnaldo Carvalho de Melo
1
-3
/
+3
2019-11-12
perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'
Arnaldo Carvalho de Melo
6
-0
/
+12
2019-11-12
perf symbols: Use kmaps(map)->machine when we know its a kernel map
Arnaldo Carvalho de Melo
1
-13
/
+3
2019-11-12
pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
Arnaldo Carvalho de Melo
7
-109
/
+102
2019-11-12
perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
Arnaldo Carvalho de Melo
7
-59
/
+68
2019-11-12
perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'
Arnaldo Carvalho de Melo
4
-19
/
+18
2019-11-12
perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...
Arnaldo Carvalho de Melo
2
-43
/
+35
2019-11-12
perf tools: Add map_groups to 'struct addr_location'
Arnaldo Carvalho de Melo
5
-14
/
+14
2019-11-12
perf map_groups: Pass the object to map_groups__find_ams()
Arnaldo Carvalho de Melo
3
-7
/
+7
2019-11-12
perf symbols: Stop using map->groups, we can use kmaps instead
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-12
perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()
Arnaldo Carvalho de Melo
1
-10
/
+3
2019-11-12
Merge tag 'perf-core-for-mingo-5.5-20191107' of git://git.kernel.org/pub/scm/...
Ingo Molnar
43
-385
/
+1573
2019-11-11
Merge tag 'v5.4-rc7' into perf/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2019-11-07
perf report: Sort by sampled cycles percent per block for tui
Jin Yao
1
-1
/
+73
2019-11-07
perf report: Support --percent-limit for --total-cycles
Jin Yao
2
-0
/
+12
2019-11-07
perf report: Sort by sampled cycles percent per block for stdio
Jin Yao
3
-0
/
+22
2019-11-07
perf hist: Support block formats with compare/sort/display
Jin Yao
3
-2
/
+345
2019-11-07
perf hist: Count the total cycles of all samples
Jin Yao
2
-2
/
+7
2019-11-07
perf block: Cleanup and refactor block info functions
Jin Yao
6
-46
/
+174
2019-11-07
perf diff: Don't use hack to skip column length calculation
Jin Yao
1
-0
/
+2
2019-11-07
perf probe: Skip overlapped location on searching variables
Masami Hiramatsu
1
-0
/
+20
2019-11-07
perf probe: Fix to show calling lines of inlined functions
Masami Hiramatsu
1
-1
/
+9
2019-11-07
perf probe: Filter out instances except for inlined subroutine and subprogram
Masami Hiramatsu
1
-6
/
+13
2019-11-07
perf probe: Skip end-of-sequence and non statement lines
Masami Hiramatsu
1
-0
/
+7
2019-11-07
perf probe: Return a better scope DIE if there is no best scope
Masami Hiramatsu
1
-1
/
+16
2019-11-07
perf annotate: Fix heap overflow
Ian Rogers
1
-1
/
+1
2019-11-07
perf machine: Add kernel_dso() method
Arnaldo Carvalho de Melo
1
-3
/
+7
2019-11-07
perf symbols: Remove needless checks for map->groups->machine
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-07
perf parse: Add a deep delete for parse event terms
Ian Rogers
4
-14
/
+17
2019-11-07
perf parse: If pmu configuration fails free terms
Ian Rogers
1
-1
/
+8
[next]