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
2020-04-16
perf intel-pt: Add support for synthesizing callchains for regular events
Adrian Hunter
1
-7
/
+61
2020-04-16
perf evsel: Add support for synthesized sample type
Adrian Hunter
1
-1
/
+14
2020-04-16
perf evsel: Be consistent when looking which evsel PERF_SAMPLE_ bits are set
Adrian Hunter
1
-1
/
+1
2020-04-16
perf thread-stack: Add thread_stack__sample_late()
Adrian Hunter
2
-0
/
+60
2020-04-16
perf auxtrace: Add an option to synthesize callchains for regular events
Adrian Hunter
6
-4
/
+12
2020-04-16
perf auxtrace: For reporting purposes, un-group AUX area event
Adrian Hunter
1
-5
/
+55
2020-04-16
perf s390-cpumsf: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2
-0
/
+10
2020-04-16
perf cs-etm: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+11
2020-04-16
perf arm-spe: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+9
2020-04-16
perf intel-bts: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+10
2020-04-16
perf intel-pt: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
1
-0
/
+10
2020-04-16
perf auxtrace: Add ->evsel_is_auxtrace() callback
Adrian Hunter
2
-0
/
+21
2020-04-16
perf script: Add flamegraph.py script
Andreas Gerstmayr
3
-0
/
+129
2020-04-16
perf metrictroup: Split the metricgroup__add_metric function
Kajol Jain
1
-25
/
+35
2020-04-16
perf expr: Add expr_scanner_ctx object
Jiri Olsa
3
-7
/
+13
2020-04-16
perf expr: Add expr_ prefix for parse_ctx and parse_id
Jiri Olsa
5
-17
/
+17
2020-04-16
perf synthetic-events: save 4kb from 2 stack frames
Ian Rogers
1
-12
/
+10
2020-04-16
perf bench: Add event synthesis benchmark
Ian Rogers
5
-2
/
+117
2020-04-16
perf script: Simplify auxiliary event printing functions
Adrian Hunter
1
-238
/
+66
2020-04-16
perf tools: Support CAP_PERFMON capability
Alexey Budankov
5
-8
/
+15
2020-04-16
perf annotate: Add basic support for bpf_image
Jiri Olsa
5
-0
/
+34
2020-04-16
perf machine: Set ksymbol dso as loaded on arrival
Jiri Olsa
1
-0
/
+1
2020-04-16
perf tools: Synthesize bpf_trampoline/dispatcher ksymbol event
Jiri Olsa
1
-0
/
+93
2020-04-16
perf stat: Honour --timeout for forked workloads
Arnaldo Carvalho de Melo
1
-1
/
+4
2020-04-14
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-04-14
tools headers: Update x86's syscall_64.tbl with the kernel sources
Arnaldo Carvalho de Melo
1
-370
/
+370
2020-04-14
tools headers UAPI: Sync linux/mman.h with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-04-14
tools headers UAPI: Sync sched.h with the kernel
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-04-14
tools headers: Update linux/vdso.h and grab a copy of vdso/const.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2020-04-14
perf stat: Fix no metric header if --per-socket and --metric-only set
Jin Yao
1
-2
/
+5
2020-04-14
perf python: Check if clang supports -fno-semantic-interposition
Arnaldo Carvalho de Melo
1
-0
/
+2
2020-04-05
Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
91
-615
/
+2987
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2
-0
/
+2
2020-04-03
perf python: Fix clang detection to strip out options passed in $CC
Arnaldo Carvalho de Melo
1
-1
/
+1
2020-04-03
perf tools: Support Python 3.8+ in Makefile
Sam Lunt
1
-1
/
+10
2020-04-03
perf script: Fix invalid read of directory entry after closedir()
Andreas Gerstmayr
1
-1
/
+1
2020-04-03
perf script report: Fix SEGFAULT when using DWARF mode
Andreas Gerstmayr
1
-0
/
+3
2020-04-03
perf script: add -S/--symbols documentation
Ian Rogers
1
-0
/
+8
2020-04-03
perf pmu-events x86: Use CPU_CLK_UNHALTED.THREAD in Kernel_Utilization metric
Jin Yao
12
-12
/
+12
2020-04-03
perf events parser: Add missing Intel CPU events to parser
Adrian Hunter
1
-5
/
+7
2020-04-03
perf script: Allow --symbol to accept hexadecimal addresses
Stephane Eranian
1
-4
/
+17
2020-04-03
perf report/top TUI: Fix title line formatting
Arnaldo Carvalho de Melo
1
-4
/
+4
2020-04-03
perf top: Support hotkey to change sort order
Jin Yao
1
-2
/
+9
2020-04-03
perf top: Support --group-sort-idx to change the sort order
Jin Yao
2
-0
/
+9
2020-04-03
perf symbols: Fix arm64 gap between kernel start and module end
Kemeng Shi
2
-0
/
+28
2020-04-03
perf build-test: Honour JOBS to override detection of number of cores
Arnaldo Carvalho de Melo
1
-3
/
+7
2020-04-03
perf script: Add --show-cgroup-events option
Namhyung Kim
2
-0
/
+44
2020-04-03
perf top: Add --all-cgroups option
Namhyung Kim
2
-0
/
+19
2020-04-03
perf record: Add --all-cgroups option
Namhyung Kim
5
-2
/
+27
2020-04-03
perf record: Support synthesizing cgroup events
Namhyung Kim
4
-0
/
+129
[prev]
[next]