index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-05
perf record: Move sb_evlist to 'struct record'
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-05-05
perf tools: Move routines that probe for perf API features to separate file
Arnaldo Carvalho de Melo
11
-158
/
+186
2020-04-30
perf vendor events power9: Add hv_24x7 socket/chip level metric events
Kajol Jain
1
-0
/
+19
2020-04-30
perf tools: Enable Hz/hz prinitg for --metric-only option
Kajol Jain
1
-2
/
+0
2020-04-30
perf tests expr: Added test for runtime param in metric expression
Kajol Jain
1
-0
/
+8
2020-04-30
perf metricgroups: Enhance JSON/metric infrastructure to handle "?"
Kajol Jain
8
-27
/
+79
2020-04-30
perf pmu: Fix function name in comment, its get_cpuid_str(), not get_cpustr()
Shaokun Zhang
1
-1
/
+1
2020-04-30
perf report: Fix warning assignment of 0/1 to bool variable
Zou Wei
1
-1
/
+1
2020-04-30
perf tools: Remove unneeded semicolons
Zou Wei
7
-7
/
+7
2020-04-30
perf c2c: Remove unneeded semicolon
Zou Wei
1
-3
/
+3
2020-04-30
perf script: Remove extraneous newline in perf_sample__fprintf_regs()
Stephane Eranian
1
-2
/
+0
2020-04-30
perf synthetic events: Remove use of sscanf from /proc reading
Ian Rogers
1
-52
/
+105
2020-04-30
tools api: Add a lightweight buffered reading api
Ian Rogers
4
-0
/
+310
2020-04-30
perf bench: Add a multi-threaded synthesize benchmark
Ian Rogers
1
-25
/
+186
2020-04-23
perf record: Add num-synthesize-threads option
Stephane Eranian
3
-2
/
+37
2020-04-23
perf test session topology: Fix data path
Tommi Rantala
1
-8
/
+4
2020-04-23
perf stat: Improve runtime stat for interval mode
Jin Yao
2
-0
/
+3
2020-04-22
perf stat: Zero all the 'ena' and 'run' array slot stats for interval mode
Jin Yao
1
-2
/
+4
2020-04-22
perf script: Avoid NULL dereference on symbol
Ian Rogers
1
-1
/
+1
2020-04-22
perf bench: Fix div-by-zero if runtime is zero
Tommi Rantala
3
-3
/
+6
2020-04-22
perf cgroup: Avoid needless closing of unopened fd
Tommi Rantala
1
-1
/
+2
2020-04-18
perf hist: Add fast path for duplicate entries check
Kan Liang
3
-1
/
+26
2020-04-18
perf c2c: Add option to enable the LBR stitching approach
Kan Liang
2
-0
/
+23
2020-04-18
perf top: Add option to enable the LBR stitching approach
Kan Liang
3
-0
/
+21
2020-04-18
perf script: Add option to enable the LBR stitching approach
Kan Liang
2
-0
/
+23
2020-04-18
perf report: Add option to enable the LBR stitching approach
Kan Liang
2
-0
/
+23
2020-04-18
perf callchain: Stitch LBR call stack
Kan Liang
6
-28
/
+188
2020-04-18
perf callchain: Save previous cursor nodes for LBR stitching approach
Kan Liang
3
-4
/
+83
2020-04-18
perf thread: Save previous sample for LBR stitching approach
Kan Liang
3
-0
/
+36
2020-04-18
perf thread: Add a knob for LBR stitch approach
Kan Liang
2
-0
/
+4
2020-04-18
perf machine: Factor out lbr_callchain_add_lbr_ip()
Kan Liang
1
-70
/
+73
2020-04-18
perf machine: Factor out lbr_callchain_add_kernel_ip()
Kan Liang
1
-22
/
+45
2020-04-18
perf machine: Refine the function for LBR call stack reconstruction
Kan Liang
1
-35
/
+76
2020-04-18
perf machine: Remove the indent in resolve_lbr_callchain_sample
Kan Liang
1
-60
/
+63
2020-04-18
perf header: Support CPU PMU capabilities
Kan Liang
4
-0
/
+128
2020-04-18
perf parser: Add support to specify rXXX event with pmu
Jiri Olsa
4
-1
/
+31
2020-04-18
perf doc: allow ASCIIDOC_EXTRA to be an argument
Ian Rogers
1
-2
/
+2
2020-04-18
perf pmu: Add support for PMU capabilities
Kan Liang
2
-0
/
+91
2020-04-18
perf stat: Force error in fallback on :k events
Stephane Eranian
1
-0
/
+4
2020-04-18
perf tools: Add support for leader-sampling with AUX area events
Adrian Hunter
2
-6
/
+42
2020-04-18
perf evlist: Allow multiple read formats
Adrian Hunter
1
-2
/
+4
2020-04-18
perf evsel: Rearrange perf_evsel__config_leader_sampling()
Adrian Hunter
1
-13
/
+13
2020-04-18
perf evlist: Move leader-sampling configuration
Adrian Hunter
2
-19
/
+29
2020-04-18
perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...
Adrian Hunter
3
-19
/
+23
2020-04-16
perf intel-pt: Add support for synthesizing callchains for regular events
Adrian Hunter
1
-7
/
+61
2020-04-16
perf evsel: Add support for synthesized sample type
Adrian Hunter
1
-1
/
+14
2020-04-16
perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are set
Adrian Hunter
1
-1
/
+1
2020-04-16
perf thread-stack: Add thread_stack__sample_late()
Adrian Hunter
2
-0
/
+60
2020-04-16
perf auxtrace: Add an option to synthesize callchains for regular events
Adrian Hunter
6
-4
/
+12
2020-04-16
perf auxtrace: For reporting purposes, un-group AUX area event
Adrian Hunter
1
-5
/
+55
[prev]
[next]