index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-20
perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
5
-0
/
+32
2021-01-20
perf script: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
3
-3
/
+15
2021-01-20
perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZE
Kan Liang
8
-2
/
+34
2021-01-20
perf mem: Support data page size
Kan Liang
2
-1
/
+22
2021-01-20
perf mem: Clean up output format
Kan Liang
1
-55
/
+38
2021-01-20
perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0
James Clark
1
-11
/
+4
2021-01-20
perf c2c: Add local variables for output metrics
Leo Yan
1
-26
/
+33
2021-01-20
perf c2c: Refactor node display
Leo Yan
1
-13
/
+20
2021-01-20
perf c2c: Fix argument type for percent()
Leo Yan
1
-1
/
+1
2021-01-20
perf c2c: Refactor display filter
Leo Yan
1
-15
/
+15
2021-01-20
perf c2c: Refactor hist entry validation
Leo Yan
1
-7
/
+23
2021-01-20
perf c2c: Rename for shared cache line stats
Leo Yan
1
-7
/
+7
2021-01-20
perf stat: Enable counting events for BPF programs
Song Liu
14
-18
/
+645
2021-01-15
perf inject: Correct event attribute sizes
Al Grant
1
-0
/
+8
2021-01-15
perf intel-pt: Fix 'CPU too large' error
Adrian Hunter
2
-3
/
+3
2021-01-15
perf stat: Take cgroups into account for shadow stats
Namhyung Kim
1
-7
/
+19
2021-01-15
perf stat: Introduce struct runtime_stat_data
Namhyung Kim
1
-173
/
+173
2021-01-15
perf test: Fix shadow stat test for non-bash shells
Namhyung Kim
1
-16
/
+14
2021-01-15
perf bpf examples: Fix bpf.h header include directive in 5sec.c example
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-01-15
perf build: Support build BPF skeletons with perf
Song Liu
3
-2
/
+59
2020-12-28
perf record: Tweak "Lowering..." warning in record_opts__config_freq
Hans-Peter Nilsson
1
-2
/
+2
2020-12-28
perf buildid-list: Add support for mmap2's buildid events
Jiri Olsa
1
-0
/
+3
2020-12-28
perf buildid-cache: Add --debuginfod option to specify a server to fetch debu...
Jiri Olsa
3
-3
/
+38
2020-12-28
perf tools: Add support to display build ids when available in PERF_RECORD_MM...
Jiri Olsa
1
-11
/
+30
2020-12-28
perf record: Add --buildid-mmap option to enable PERF_RECORD_MMAP2's build id
Jiri Olsa
8
-5
/
+45
2020-12-28
perf tools: Allow synthesizing the build id for kernel/modules/tasks in PERF_...
Jiri Olsa
1
-0
/
+32
2020-12-28
perf tools: Allow using PERF_RECORD_MMAP2 to synthesize the kernel modules maps
Jiri Olsa
1
-17
/
+32
2020-12-28
perf tools: Allow using PERF_RECORD_MMAP2 to synthesize the kernel map
Jiri Olsa
2
-14
/
+29
2020-12-28
perf tools: Store build id when available in PERF_RECORD_MMAP2 metadata events
Jiri Olsa
3
-8
/
+27
2020-12-28
perf tools: Do not swap mmap2 fields in case it contains build id
Jiri Olsa
1
-4
/
+7
2020-12-28
perf arm64: Add argument support for SDT
Leo Yan
1
-0
/
+94
2020-12-28
perf probe: Fixup Arm64 SDT arguments
Leo Yan
1
-2
/
+36
2020-12-24
perf probe: Fix memory leak when synthesizing SDT probes
Arnaldo Carvalho de Melo
1
-3
/
+10
2020-12-24
perf stat aggregation: Add separate thread member
James Clark
4
-16
/
+16
2020-12-24
perf stat aggregation: Add separate core member
James Clark
5
-28
/
+27
2020-12-24
perf stat aggregation: Add separate die member
James Clark
5
-36
/
+26
2020-12-24
perf stat aggregation: Add separate socket member
James Clark
6
-51
/
+41
2020-12-24
perf stat aggregation: Add separate node member
James Clark
5
-8
/
+21
2020-12-24
perf stat aggregation: Start using cpu_aggr_id in map
James Clark
4
-11
/
+11
2020-12-24
perf cpumap: Drop in cpu_aggr_map struct
James Clark
4
-20
/
+35
2020-12-24
perf cpumap: Add new map type for aggregation
James Clark
2
-0
/
+25
2020-12-24
perf stat: Replace aggregation ID with a struct
James Clark
7
-127
/
+173
2020-12-24
perf cpumap: Add new struct for cpu aggregation
James Clark
2
-0
/
+26
2020-12-24
perf cpumap: Use existing allocator to avoid using malloc
James Clark
1
-4
/
+4
2020-12-24
perf tests: Improve topology test to check all aggregation types
James Clark
1
-7
/
+46
2020-12-24
perf tools: Update s390's syscall.tbl copy from the kernel sources
Tiezhu Yang
1
-170
/
+226
2020-12-24
perf tools: Update powerpc's syscall.tbl copy from the kernel sources
Tiezhu Yang
1
-7
/
+19
2020-12-24
perf s390: Move syscall.tbl check into check-headers.sh
Tiezhu Yang
2
-4
/
+1
2020-12-24
perf powerpc: Move syscall.tbl check to check-headers.sh
Tiezhu Yang
2
-7
/
+1
2020-12-24
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
[prev]
[next]