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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-31
perf tools: Move 'struct perf_sample' to a separate header file to disentangl...
Arnaldo Carvalho de Melo
31
-118
/
+147
2022-10-31
perf branch: Remove some needless headers, add a needed one
Arnaldo Carvalho de Melo
1
-3
/
+1
2022-10-31
perf bpf: No need to include headers just use forward declarations
Arnaldo Carvalho de Melo
1
-3
/
+3
2022-10-27
perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is true
Arnaldo Carvalho de Melo
1
-1
/
+2
2022-10-27
perf tools: Make quiet mode consistent between tools
James Clark
16
-26
/
+25
2022-10-27
perf tools: Fix "kernel lock contention analysis" test by not printing warnin...
James Clark
1
-0
/
+5
2022-10-27
perf test: Do not set TEST_SKIP for record subtests
Namhyung Kim
1
-12
/
+0
2022-10-27
perf test: Test record with --threads option
Namhyung Kim
1
-2
/
+28
2022-10-27
perf test: Add target workload test in 'perf record' tests
Namhyung Kim
1
-0
/
+18
2022-10-27
perf test: Add system-wide mode in 'perf record' tests
Namhyung Kim
1
-0
/
+21
2022-10-27
perf test: Wait for a new thread when testing --per-thread record
Namhyung Kim
1
-0
/
+27
2022-10-27
perf test: Use a test program in 'perf record' tests
Namhyung Kim
1
-4
/
+60
2022-10-27
perf test: Fix shellcheck issues in the record test
Namhyung Kim
1
-9
/
+9
2022-10-27
perf test: Do not use instructions:u explicitly
Namhyung Kim
1
-5
/
+5
2022-10-27
perf scripts python: intel-pt-events.py: Add ability interleave output
Adrian Hunter
2
-3
/
+74
2022-10-27
perf event: Drop perf_regs.h include, not needed anymore
Arnaldo Carvalho de Melo
1
-2
/
+0
2022-10-27
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-27
perf arch x86: Add missing stdlib.h to get free() prototype
Arnaldo Carvalho de Melo
2
-0
/
+2
2022-10-27
perf unwind arm64: Remove needless event.h & thread.h includes
Arnaldo Carvalho de Melo
1
-2
/
+4
2022-10-27
perf config: Add missing newline on pr_warning() call in home_perfconfig()
Yang Jihong
1
-2
/
+2
2022-10-27
perf daemon: Complete list of supported subcommand in help message
Yang Jihong
1
-1
/
+1
2022-10-27
perf stat: Remove unused perf_counts.aggr field
Namhyung Kim
3
-35
/
+6
2022-10-27
perf stat: Display percore events properly
Namhyung Kim
2
-18
/
+25
2022-10-27
perf stat: Display event stats using aggr counts
Namhyung Kim
3
-386
/
+49
2022-10-27
perf stat: Add perf_stat_process_shadow_stats()
Namhyung Kim
3
-24
/
+28
2022-10-27
perf stat: Add perf_stat_process_percore()
Namhyung Kim
3
-0
/
+75
2022-10-27
perf stat: Add perf_stat_merge_counters()
Namhyung Kim
3
-0
/
+100
2022-10-27
perf stat: Split process_counters() to share it with process_stat_round_event()
Namhyung Kim
1
-9
/
+13
2022-10-27
perf stat: Reset aggr counts for each interval
Namhyung Kim
3
-3
/
+21
2022-10-27
perf stat: Allocate aggr counts for recorded data
Namhyung Kim
3
-13
/
+48
2022-10-27
perf stat: Aggregate per-thread stats using evsel->stats->aggr
Namhyung Kim
2
-2
/
+53
2022-10-27
perf stat: Factor out evsel__count_has_error()
Namhyung Kim
1
-2
/
+20
2022-10-27
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
4
-23
/
+41
2022-10-27
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
6
-10
/
+16
2022-10-27
perf stat: Add struct perf_stat_aggr to perf_stat_evsel
Namhyung Kim
2
-7
/
+46
2022-10-27
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
3
-5
/
+10
2022-10-27
perf stat: Add cpu aggr id for no aggregation mode
Namhyung Kim
1
-5
/
+43
2022-10-27
perf stat: Add aggr id for global mode
Namhyung Kim
3
-3
/
+49
2022-10-27
perf stat: Use evsel__is_hybrid() more
Namhyung Kim
1
-16
/
+4
2022-10-27
perf tools: Use pmu info in evsel__is_hybrid()
Namhyung Kim
1
-0
/
+3
2022-10-27
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
3
-10
/
+15
2022-10-27
perf vendor events riscv: add Sifive U74 JSON file
Nikita Shubin
5
-0
/
+266
2022-10-27
perf arch events: riscv sbi firmware std event files
Nikita Shubin
1
-0
/
+134
2022-10-27
perf tools riscv: Add support for get_cpuid_str function
Nikita Shubin
2
-0
/
+105
2022-10-26
perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics
Shang XiaoJing
1
-3
/
+3
2022-10-26
perf auxtrace: Fix address filter symbol name match for modules
Adrian Hunter
1
-1
/
+9
2022-10-25
tools headers uapi: Sync linux/stat.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2022-10-25
tools headers: Update the copy of x86's memcpy_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
2
-1
/
+14
2022-10-25
perf test: Do not fail Intel-PT misc test w/o libpython
Namhyung Kim
1
-0
/
+6
2022-10-25
perf list: Fix PMU name pai_crypto in perf list on s390
Thomas Richter
1
-0
/
+0
[next]