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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-27
perf stat: Capitalize topdown metrics' names
Zhengjun Xing
1
-12
/
+12
2022-08-19
perf tools: Support reading PERF_FORMAT_LOST
Namhyung Kim
5
-38
/
+98
2022-08-19
perf cpumap: Fix alignment for masks in event encoding
Ian Rogers
4
-46
/
+102
2022-08-19
perf cpumap: Compute mask size in constant time
Ian Rogers
1
-12
/
+1
2022-08-19
perf cpumap: Synthetic events and const/static
Ian Rogers
3
-14
/
+12
2022-08-13
perf metrics: Copy entire pmu_event in find metric
Ian Rogers
2
-17
/
+18
2022-08-13
perf pmu-events: Hide the pmu_events
Ian Rogers
5
-34
/
+33
2022-08-13
perf pmu-events: Don't assume pmu_event is an array
Ian Rogers
3
-96
/
+192
2022-08-13
perf pmu-events: Hide pmu_events_map
Ian Rogers
3
-37
/
+14
2022-08-13
perf pmu-events: Avoid passing pmu_events_map
Ian Rogers
5
-72
/
+69
2022-08-13
perf pmu-events: Hide pmu_sys_event_tables
Ian Rogers
2
-29
/
+0
2022-08-12
perf scripting python: Delete repeated word in comments
shaomin Deng
1
-1
/
+1
2022-08-12
perf tools: Fix double word in comments
shaomin Deng
1
-1
/
+1
2022-08-12
perf build-id: Print debuginfod queries if -v option is used
Martin Liška
1
-1
/
+5
2022-08-12
perf build-id: Fix coding style, replace 8 spaces by tabs
Martin Liška
1
-11
/
+11
2022-08-12
perf mem: Add statistics for peer snooping
Leo Yan
2
-3
/
+28
2022-08-12
perf arm-spe: Use SPE data source for neoverse cores
Ali Saidi
3
-16
/
+127
2022-08-12
perf mem: Print snoop peer flag
Leo Yan
1
-3
/
+15
2022-08-12
perf arm64: Add missing -I for tools/arch/arm64/include/ to find asm/sysreg.h...
Leo Yan
1
-0
/
+1
2022-08-11
perf offcpu: Track child processes
Namhyung Kim
2
-0
/
+37
2022-08-11
perf offcpu: Parse process id separately
Namhyung Kim
1
-2
/
+43
2022-08-11
perf offcpu: Check process id for the given workload
Namhyung Kim
2
-1
/
+8
2022-08-10
perf tools: Do not pass NULL to parse_events()
Adrian Hunter
5
-9
/
+19
2022-08-10
perf parse-events: Fix segfault when event parser gets an error
Adrian Hunter
1
-3
/
+11
2022-08-10
perf machine: Fix missing free of machine->kallsyms_filename
Adrian Hunter
1
-0
/
+1
2022-08-10
perf probe: Fix an error handling path in 'parse_perf_probe_command()'
Christophe JAILLET
1
-2
/
+4
2022-08-10
perf inject jit: Ignore memfd and anonymous mmap events if jitdump present
Brian Robbins
1
-2
/
+7
2022-08-10
perf stat: Add JSON output option
Claire Jensen
3
-106
/
+280
2022-08-03
perf lock: Print the number of lost entries for BPF
Namhyung Kim
3
-4
/
+12
2022-08-03
perf lock: Add --map-nr-entries option
Namhyung Kim
2
-0
/
+4
2022-08-03
perf lock: Introduce struct lock_contention
Namhyung Kim
2
-9
/
+17
2022-08-02
perf scripting python: Do not build fail on deprecation warnings
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-08-02
genelf: Use HAVE_LIBCRYPTO_SUPPORT, not the never defined HAVE_LIBCRYPTO
Arnaldo Carvalho de Melo
1
-1
/
+5
2022-08-02
perf parse-events: Break out tracepoint and printing
Ian Rogers
8
-737
/
+787
2022-08-02
perf parse-events: Don't #define YY_EXTRA_TYPE
Ian Rogers
1
-1
/
+0
2022-08-01
tools perf: Fix compilation error with new binutils
Andres Freund
1
-3
/
+4
2022-08-01
perf tools: Rework prologue generation code
Jiri Olsa
1
-29
/
+175
2022-08-01
perf bpf: Convert legacy map definition to BTF-defined
Jiri Olsa
1
-1
/
+1
2022-08-01
perf symbol: Fail to read phdr workaround
Ian Rogers
1
-7
/
+20
2022-08-01
perf lock: Implement cpu and task filters for BPF
Namhyung Kim
3
-4
/
+99
2022-08-01
perf lock: Use BPF for lock contention analysis
Namhyung Kim
4
-0
/
+397
2022-08-01
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2
-15
/
+59
2022-07-29
perf stat: Add topdown metrics in the default perf stat on the hybrid machine
Zhengjun Xing
3
-2
/
+10
2022-07-29
perf x86 evlist: Add default hybrid events for perf stat
Kan Liang
2
-1
/
+3
2022-07-29
perf evlist: Always use arch_evlist__add_default_attrs()
Kan Liang
2
-4
/
+12
2022-07-29
perf evsel: Add arch_evsel__hw_name()
Kan Liang
2
-1
/
+7
2022-07-27
perf bpf: Remove undefined behavior from bpf_perf_object__next()
Ian Rogers
1
-11
/
+7
2022-07-27
perf symbol: Skip symbols if SHF_ALLOC flag is not set
Leo Yan
1
-0
/
+11
2022-07-27
perf symbol: Correct address for bss symbols
Leo Yan
1
-4
/
+41
2022-07-26
perf kwork: Add workqueue trace BPF support
Yang Jihong
2
-1
/
+101
[next]