index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Make quiet mode consistent between tools
James Clark
2022-10-27
16
-26
/
+25
*
perf tools: Fix "kernel lock contention analysis" test by not printing warnin...
James Clark
2022-10-27
1
-0
/
+5
*
perf test: Do not set TEST_SKIP for record subtests
Namhyung Kim
2022-10-27
1
-12
/
+0
*
perf test: Test record with --threads option
Namhyung Kim
2022-10-27
1
-2
/
+28
*
perf test: Add target workload test in 'perf record' tests
Namhyung Kim
2022-10-27
1
-0
/
+18
*
perf test: Add system-wide mode in 'perf record' tests
Namhyung Kim
2022-10-27
1
-0
/
+21
*
perf test: Wait for a new thread when testing --per-thread record
Namhyung Kim
2022-10-27
1
-0
/
+27
*
perf test: Use a test program in 'perf record' tests
Namhyung Kim
2022-10-27
1
-4
/
+60
*
perf test: Fix shellcheck issues in the record test
Namhyung Kim
2022-10-27
1
-9
/
+9
*
perf test: Do not use instructions:u explicitly
Namhyung Kim
2022-10-27
1
-5
/
+5
*
perf scripts python: intel-pt-events.py: Add ability interleave output
Adrian Hunter
2022-10-27
2
-3
/
+74
*
perf event: Drop perf_regs.h include, not needed anymore
Arnaldo Carvalho de Melo
2022-10-27
1
-2
/
+0
*
perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...
Arnaldo Carvalho de Melo
2022-10-27
1
-0
/
+1
*
perf arch x86: Add missing stdlib.h to get free() prototype
Arnaldo Carvalho de Melo
2022-10-27
2
-0
/
+2
*
perf unwind arm64: Remove needless event.h & thread.h includes
Arnaldo Carvalho de Melo
2022-10-27
1
-2
/
+4
*
perf config: Add missing newline on pr_warning() call in home_perfconfig()
Yang Jihong
2022-10-27
1
-2
/
+2
*
perf daemon: Complete list of supported subcommand in help message
Yang Jihong
2022-10-27
1
-1
/
+1
*
perf stat: Remove unused perf_counts.aggr field
Namhyung Kim
2022-10-27
3
-35
/
+6
*
perf stat: Display percore events properly
Namhyung Kim
2022-10-27
2
-18
/
+25
*
perf stat: Display event stats using aggr counts
Namhyung Kim
2022-10-27
3
-386
/
+49
*
perf stat: Add perf_stat_process_shadow_stats()
Namhyung Kim
2022-10-27
3
-24
/
+28
*
perf stat: Add perf_stat_process_percore()
Namhyung Kim
2022-10-27
3
-0
/
+75
*
perf stat: Add perf_stat_merge_counters()
Namhyung Kim
2022-10-27
3
-0
/
+100
*
perf stat: Split process_counters() to share it with process_stat_round_event()
Namhyung Kim
2022-10-27
1
-9
/
+13
*
perf stat: Reset aggr counts for each interval
Namhyung Kim
2022-10-27
3
-3
/
+21
*
perf stat: Allocate aggr counts for recorded data
Namhyung Kim
2022-10-27
3
-13
/
+48
*
perf stat: Aggregate per-thread stats using evsel->stats->aggr
Namhyung Kim
2022-10-27
2
-2
/
+53
*
perf stat: Factor out evsel__count_has_error()
Namhyung Kim
2022-10-27
1
-2
/
+20
*
perf stat: Aggregate events using evsel->stats->aggr
Namhyung Kim
2022-10-27
4
-23
/
+41
*
perf stat: Allocate evsel->stats->aggr properly
Namhyung Kim
2022-10-27
6
-10
/
+16
*
perf stat: Add struct perf_stat_aggr to perf_stat_evsel
Namhyung Kim
2022-10-27
2
-7
/
+46
*
perf stat: Add 'needs_sort' argument to cpu_aggr_map__new()
Namhyung Kim
2022-10-27
3
-5
/
+10
*
perf stat: Add cpu aggr id for no aggregation mode
Namhyung Kim
2022-10-27
1
-5
/
+43
*
perf stat: Add aggr id for global mode
Namhyung Kim
2022-10-27
3
-3
/
+49
*
perf stat: Use evsel__is_hybrid() more
Namhyung Kim
2022-10-27
1
-16
/
+4
*
perf tools: Use pmu info in evsel__is_hybrid()
Namhyung Kim
2022-10-27
1
-0
/
+3
*
perf tools: Save evsel->pmu in parse_events()
Namhyung Kim
2022-10-27
3
-10
/
+15
*
perf vendor events riscv: add Sifive U74 JSON file
Nikita Shubin
2022-10-27
5
-0
/
+266
*
perf arch events: riscv sbi firmware std event files
Nikita Shubin
2022-10-27
1
-0
/
+134
*
perf tools riscv: Add support for get_cpuid_str function
Nikita Shubin
2022-10-27
2
-0
/
+105
*
Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscrypt
Linus Torvalds
2022-10-27
3
-9
/
+15
|
\
|
*
fscrypt: fix keyring memory leak on mount failure
Eric Biggers
2022-10-20
3
-9
/
+15
*
|
Merge tag 'perf-tools-fixes-for-v6.1-2022-10-26' of git://git.kernel.org/pub/...
Linus Torvalds
2022-10-27
24
-104
/
+181
|
\
\
|
*
|
perf vendor events arm64: Fix incorrect Hisi hip08 L3 metrics
Shang XiaoJing
2022-10-26
1
-3
/
+3
|
*
|
perf auxtrace: Fix address filter symbol name match for modules
Adrian Hunter
2022-10-26
1
-1
/
+9
|
*
|
tools headers UAPI: Sync linux/perf_event.h with the kernel sources
Arnaldo Carvalho de Melo
2022-10-26
1
-8
/
+19
|
*
|
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2022-10-25
1
-1
/
+1
|
*
|
tools headers uapi: Sync linux/stat.h with the kernel sources
Arnaldo Carvalho de Melo
2022-10-25
2
-1
/
+4
|
*
|
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
2022-10-25
1
-16
/
+0
|
*
|
tools headers uapi: Update linux/in.h copy
Arnaldo Carvalho de Melo
2022-10-25
1
-14
/
+8
[next]