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 cpumap: Add intersect function
Ian Rogers
2023-05-27
5
-0
/
+80
*
perf vendor events intel: Add metricgroup descriptions for all models
Ian Rogers
2023-05-27
18
-0
/
+1896
*
perf jevents: Add support for metricgroup descriptions
Ian Rogers
2023-05-27
4
-5
/
+62
*
pert tests: Add tests for new "perf stat --per-cache" aggregation option
K Prateek Nayak
2023-05-23
3
-1
/
+30
*
perf stat: Add "--per-cache" aggregation option and document it
K Prateek Nayak
2023-05-23
2
-0
/
+72
*
perf stat record: Save cache level information
K Prateek Nayak
2023-05-23
3
-4
/
+7
*
perf stat: Setup the foundation to allow aggregation based on cache topology
K Prateek Nayak
2023-05-23
6
-1
/
+249
*
perf: Extract building cache level for a CPU into separate function
K Prateek Nayak
2023-05-23
2
-23
/
+43
*
perf vendor events intel: Update tigerlake events/metrics
Ian Rogers
2023-05-23
4
-486
/
+505
*
perf vendor events intel: Update snowridgex events
Ian Rogers
2023-05-23
9
-23
/
+36
*
perf vendor events intel: Update skylake/skylakex events/metrics
Ian Rogers
2023-05-23
7
-917
/
+1216
*
perf vendor events intel: Update sapphirerapids events/metrics
Ian Rogers
2023-05-23
5
-552
/
+823
*
perf vendor events intel: Update sandybridge metrics
Ian Rogers
2023-05-23
1
-111
/
+111
*
perf vendor events intel: Update jaketown metrics
Ian Rogers
2023-05-23
1
-112
/
+112
*
perf vendor events intel: Update ivybridge/ivytown metrics
Ian Rogers
2023-05-23
2
-530
/
+530
*
perf vendor events intel: Update icelake/icelakex events/metrics
Ian Rogers
2023-05-23
4
-993
/
+1269
*
perf vendor events intel: Update haswell(x) metrics
Ian Rogers
2023-05-23
2
-488
/
+696
*
perf vendor events intel: Update elkhartlake events
Ian Rogers
2023-05-23
5
-1
/
+23
*
perf vendor events intel: Update cascadelakex events/metrics
Ian Rogers
2023-05-23
4
-482
/
+783
*
perf vendor events intel: Update broadwell variant events/metrics
Ian Rogers
2023-05-23
7
-865
/
+1118
*
perf vendor events intel: Update alderlake events/metrics
Ian Rogers
2023-05-23
5
-824
/
+783
*
perf test: Add test validating JSON generated by 'perf data convert --to-json'
Anup Sharma
2023-05-22
1
-0
/
+72
*
Merge remote-tracking branch 'acme/perf-tools' into perf-tools-next
Arnaldo Carvalho de Melo
2023-05-22
22
-257
/
+322
|
\
|
*
perf bench syscall: Fix __NR_execve undeclared build error
Tiezhu Yang
2023-05-19
1
-0
/
+3
|
*
perf test attr: Fix python SafeConfigParser() deprecation warning
Ian Rogers
2023-05-19
1
-3
/
+3
|
*
perf test attr: Update no event/metric expectations
Ian Rogers
2023-05-19
5
-174
/
+249
|
*
tools headers disabled-features: Sync with the kernel sources
Arnaldo Carvalho de Melo
2023-05-17
1
-1
/
+7
|
*
tools headers UAPI: Sync arch prctl headers with the kernel sources
Arnaldo Carvalho de Melo
2023-05-17
3
-0
/
+11
|
*
tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'
Arnaldo Carvalho de Melo
2023-05-17
7
-72
/
+24
|
*
tools headers x86 cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
2023-05-17
1
-5
/
+21
|
*
tools headers UAPI: Sync s390 syscall table file that wires up the memfd_secr...
Arnaldo Carvalho de Melo
2023-05-16
1
-1
/
+1
|
*
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
2023-05-16
1
-0
/
+2
|
*
perf metrics: Avoid segv with --topdown for metrics without a group
Ian Rogers
2023-05-16
1
-1
/
+1
*
|
perf vendor events arm64: Add AmpereOne core PMU events
Ilkka Koskinen
2023-05-15
11
-0
/
+1080
*
|
perf ftrace: Flush output after each writing
Changbin Du
2023-05-15
1
-0
/
+2
*
|
perf annotate browser: Add '<' and '>' keys for navigation
Namhyung Kim
2023-05-15
2
-2
/
+6
*
|
perf annotate: Parse x86 SIB addressing properly
Namhyung Kim
2023-05-15
1
-0
/
+13
*
|
perf annotate: Handle "decq", "incq", "testq", "tzcnt" instructions on x86
Namhyung Kim
2023-05-15
1
-0
/
+4
*
|
perf doc: Add support for KBUILD_BUILD_TIMESTAMP
Ben Hutchings
2023-05-15
1
-3
/
+7
*
|
perf doc: Define man page date when using asciidoctor
Ben Hutchings
2023-05-15
1
-4
/
+7
*
|
perf test: Add cputype testing to perf stat
Ian Rogers
2023-05-15
1
-0
/
+44
*
|
perf build: Don't use -ftree-loop-distribute-patterns and -gno-variable-locat...
Arnaldo Carvalho de Melo
2023-05-15
1
-0
/
+4
*
|
perf parse-events: Reduce scope of is_event_supported
Ian Rogers
2023-05-15
3
-41
/
+39
*
|
perf stat: Don't disable TopdownL1 metric on hybrid
Ian Rogers
2023-05-15
1
-6
/
+1
*
|
perf metrics: Be PMU specific in event match
Ian Rogers
2023-05-15
1
-3
/
+7
*
|
perf jevents: Don't rewrite metrics across PMUs
Ian Rogers
2023-05-15
3
-16
/
+22
*
|
perf vendor events intel: Correct alderlake metrics
Ian Rogers
2023-05-15
2
-122
/
+122
*
|
perf stat: Command line PMU metric filtering
Ian Rogers
2023-05-15
3
-9
/
+15
*
|
perf metrics: Be PMU specific for referenced metrics.
Ian Rogers
2023-05-15
5
-32
/
+75
*
|
perf parse-events: Don't reorder atom cpu events
Ian Rogers
2023-05-15
1
-2
/
+2
[prev]
[next]