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
/
builtin-report.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-01-14
perf report: Fix no libunwind compiled warning break s390 issue
Jin Yao
1
-3
/
+3
2020-01-14
perf tools: Support --prefix/--prefix-strip
Andi Kleen
1
-0
/
+7
2020-01-14
perf report: Clarify in help that --children is default
Andi Kleen
1
-1
/
+2
2019-12-21
perf report: Fix incorrectly added dimensions as switch perf data file
Jin Yao
1
-1
/
+4
2019-12-04
perf report: Bail out --mem-mode if mem info is not available
Ravi Bangoria
1
-0
/
+8
2019-11-26
perf thread: Rename thread->mg to thread->maps
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-26
perf maps: Merge 'struct maps' with 'struct map_groups'
Arnaldo Carvalho de Melo
1
-6
/
+1
2019-11-20
perf report: Jump to symbol source view from total cycles view
Jin Yao
1
-3
/
+6
2019-11-20
perf dso: Move dso_id from 'struct map' to 'struct dso'
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-19
perf map: Move maj/min/ino/ino_generation to separate struct
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-12
perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 's...
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-11-07
perf report: Sort by sampled cycles percent per block for tui
Jin Yao
1
-5
/
+22
2019-11-07
perf report: Support --percent-limit for --total-cycles
Jin Yao
1
-1
/
+1
2019-11-07
perf report: Sort by sampled cycles percent per block for stdio
Jin Yao
1
-3
/
+41
2019-11-07
perf hist: Count the total cycles of all samples
Jin Yao
1
-1
/
+1
2019-11-06
perf maps: Add for_each_entry()/_safe() iterators
Arnaldo Carvalho de Melo
1
-4
/
+2
2019-10-15
perf report: Add warning when libunwind not compiled in
Jin Yao
1
-0
/
+7
2019-09-20
perf session: Return error code for perf_session__new() function on failure
Mamatha Inamdar
1
-2
/
+2
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-09-01
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2019-09-01
perf hist: Remove needless ui/progress.h from hist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-01
perf dsos: Move the dsos struct and its methods to separate source files
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-09-01
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
1
-0
/
+2
2019-08-29
libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h
Jiri Olsa
1
-1
/
+1
2019-08-28
perf evlist: Remove needless util.h from evlist.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-26
perf srcline: Add missing srcline.h header to files needing its defs
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-08-20
perf report: Prefer DWARF callstacks to LBR ones when captured both
Alexey Budankov
1
-0
/
+2
2019-08-16
perf report: Add --switch-on/--switch-off events
Arnaldo Carvalho de Melo
1
-0
/
+10
2019-07-30
libperf: Move nr_members from perf's evsel to libperf's perf_evsel
Jiri Olsa
1
-1
/
+1
2019-07-30
perf evlist: Rename struct perf_evlist to struct evlist
Jiri Olsa
1
-4
/
+4
2019-07-30
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
1
-11
/
+11
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-07-09
perf evsel: perf_evsel__name(NULL) is valid, no need to check evsel
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-26
perf report: Use skip_spaces()
Arnaldo Carvalho de Melo
1
-2
/
+1
2019-06-26
tools perf: Move from sane_ctype.h obtained from git to the Linux's original
Arnaldo Carvalho de Melo
1
-1
/
+1
2019-06-10
perf report: Set perf time interval in itrace_synth_ops
Adrian Hunter
1
-1
/
+7
2019-05-15
perf report: Implement perf.data record decompression
Alexey Budankov
1
-1
/
+4
2019-05-15
perf annotate: Remove hist__account_cycles() from callback
Jin Yao
1
-6
/
+5
2019-03-19
perf report: Show all sort keys in help output
Andi Kleen
1
-3
/
+2
2019-03-11
perf report: Implement browsing of individual samples
Andi Kleen
1
-0
/
+2
2019-03-11
perf report: Parse time quantum
Andi Kleen
1
-0
/
+42
2019-03-11
perf report: Support output in nanoseconds
Andi Kleen
1
-0
/
+1
2019-03-01
perf time-utils: Refactor time range parsing code
Jin Yao
1
-30
/
+8
2019-02-22
perf data: Add global path holder
Jiri Olsa
1
-3
/
+3
2019-02-06
perf report: Move symbol annotation to the resort phase
Jiri Olsa
1
-2
/
+19
2019-02-06
pref tools: Add missing map.h includes
Arnaldo Carvalho de Melo
1
-0
/
+1
2019-01-25
perf machine: Use cached rbtrees
Davidlohr Bueso
1
-1
/
+2
2019-01-21
perf tools: Replace automatic const char[] variables by statics
Rasmus Villemoes
1
-3
/
+3
2018-12-17
perf report: Display average IPC and IPC coverage per symbol
Jin Yao
1
-3
/
+23
2018-10-23
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+5
[next]