Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
4a27fd1501a5dc2d13233736990beafd115735dc
/
tools
/
perf
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
2874c5f
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
by Thomas Gleixner
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
4fc4d8d
perf stat: Support 'percore' event qualifier
by Jin Yao
· 6 years ago
40480a8
perf stat: Factor out aggregate counts printing
by Jin Yao
· 6 years ago
064b4e8
perf tools: Add a 'percore' event qualifier
by Jin Yao
· 6 years ago
6cf62656
perf docs: Add description for stderr
by Thomas Richter
· 6 years ago
1b6599a
perf intel-pt: Fix sample timestamp wrt non-taken branches
by Adrian Hunter
· 6 years ago
61b6e08
perf intel-pt: Fix improved sample timestamp
by Adrian Hunter
· 6 years ago
7ba8fa2
perf intel-pt: Fix instructions sampling rate
by Adrian Hunter
· 6 years ago
6466ec1
perf regs x86: Add X86 specific arch__intr_reg_mask()
by Kan Liang
· 6 years ago
af785e7
perf parse-regs: Add generic support for arch__intr/user_reg_mask()
by Kan Liang
· 6 years ago
aeea906
perf parse-regs: Split parse_regs
by Kan Liang
· 6 years ago
7025fdb
perf vendor events arm64: Add Cortex-A57 and Cortex-A72 events
by Florian Fainelli
· 6 years ago
93fe8f1
perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 events
by Florian Fainelli
· 6 years ago
ae833a6
perf vendor events arm64: Remove [[:xdigit:]] wildcard
by Florian Fainelli
· 6 years ago
8e8f515
perf jevents: Remove unused variable
by Zenghui Yu
· 6 years ago
d94cfba
perf test zstd: Fixup verbose mode output
by Arnaldo Carvalho de Melo
· 6 years ago
bdc35cb
perf tests: Implement Zstd comp/decomp integration test
by Alexey Budankov
· 6 years ago
371a337
perf inject: Enable COMPRESSED record decompression
by Alexey Budankov
· 6 years ago
cb62c6f
perf report: Implement perf.data record decompression
by Alexey Budankov
· 6 years ago
504c1ad
perf record: Implement -z,--compression_level[=<n>] option
by Alexey Budankov
· 6 years ago
61a7773
perf report: Add stub processing of compressed events for -D
by Alexey Budankov
· 6 years ago
ef78112
perf record: Implement compression for AIO trace streaming
by Alexey Budankov
· 6 years ago
5d7f411
perf record: Implement compression for serial trace streaming
by Alexey Budankov
· 6 years ago
f24c1d7
perf tools: Introduce Zstd streaming based compression API
by Alexey Budankov
· 6 years ago
51255a8
perf mmap: Implement dedicated memory buffer for data compression
by Alexey Budankov
· 6 years ago
42e1fd8
perf record: Implement COMPRESSED event record and its attributes
by Alexey Budankov
· 6 years ago
d3c8c08
perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics
by Alexey Budankov
· 6 years ago
5b6f5ae
perf build tests: Add NO_LIBZSTD=1 to make_minimal
by Arnaldo Carvalho de Melo
· 6 years ago
30ba5b0
perf machine: Null-terminate version char array upon fgets(/proc/version) error
by Donald Yandt
· 6 years ago
bf6d18c
perf vendor events intel: Add uncore_upi JSON support
by Kan Liang
· 6 years ago
b62d18a
perf scripts python: exported-sql-viewer.py: Add 'About' dialog box
by Adrian Hunter
· 6 years ago
9bc4e4b
perf scripts python: exported-sql-viewer.py: Add context menu
by Adrian Hunter
· 6 years ago
96c43b9
perf scripts python: exported-sql-viewer.py: Add copy to clipboard
by Adrian Hunter
· 6 years ago
3ac641f
perf scripts python: exported-sql-viewer.py: Add tree level
by Adrian Hunter
· 6 years ago
4b20845
perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlarging font
by Adrian Hunter
· 6 years ago
be6e747
perf scripts python: exported-sql-viewer.py: Move view creation
by Adrian Hunter
· 6 years ago
ca138a7
perf tools x86: Add support for recording and printing XMM registers
by Andi Kleen
· 6 years ago
4c1cf20
perf parse-regs: Improve error output when faced with unknown register name
by Arnaldo Carvalho de Melo
· 6 years ago
8e5bc76
perf record: Fix suggestion to get list of registers usable with --user-regs and --intr-regs
by Arnaldo Carvalho de Melo
· 6 years ago
382619c
perf tools: Speed up report for perf compiled with linwunwind
by Jiri Olsa
· 6 years ago
b399ec2
csky: Add support for libdw
by Mao Han
· 6 years ago
1455ea23
perf test: Fix spelling mistake "leadking" -> "leaking"
by Colin Ian King
· 6 years ago
bdd1666
perf annotate: Remove hist__account_cycles() from callback
by Jin Yao
· 6 years ago
90489a7
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
7e221b8
perf tools: Remove needless asm/unistd.h include fixing build in some places
by Arnaldo Carvalho de Melo
· 6 years ago
c638417
tools build: Add -ldl to the disassembler-four-args feature test
by Arnaldo Carvalho de Melo
· 6 years ago
35bb59c
perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
by Leo Yan
· 6 years ago
cf0c37b
perf cs-etm: Don't check cs_etm_queue::prev_packet validity
by Leo Yan
· 6 years ago
167e418
perf report: Report OOM in status line in the GTK UI
by Thomas Richter
· 6 years ago
bf561d3
perf bench numa: Add define for RUSAGE_THREAD if not present
by Arnaldo Carvalho de Melo
· 6 years ago
01e985e
perf annotate: Fix build on 32 bit for BPF annotation
by Thadeu Lima de Souza Cascardo
· 6 years ago
2e71267
perf bpf: Return value with unlocking in perf_env__find_btf()
by Bo YU
· 6 years ago
2db7b1e
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()
by Jiri Olsa
· 6 years ago
b9abbdf
perf tools: Fix map reference counting
by Jiri Olsa
· 6 years ago
adc6257
perf evlist: Fix side band thread draining
by Jiri Olsa
· 6 years ago
a93e0b2
perf tools: Check maps for bpf programs
by Song Liu
· 6 years ago
aa52660
perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_info()
by Jiri Olsa
· 6 years ago
1e6db2e
perf top: Always sample time to satisfy needs of use of ordered queuing
by Jiri Olsa
· 6 years ago
3a5b64f
perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)
by Mao Han
· 6 years ago
8002a63
perf stat: Disable DIR_FORMAT feature for 'perf stat record'
by Jiri Olsa
· 6 years ago
6e4b1ca
perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view
by Adrian Hunter
· 6 years ago
14c9b31
perf header: Fix lock/unlock imbalances when processing BPF/BTF info
by Gustavo A. R. Silva
· 6 years ago
1c3a2c8
perf vendor events intel: Update Silvermont to v14
by Andi Kleen
· 6 years ago
c53dd58
perf vendor events intel: Update GoldmontPlus to v1.01
by Andi Kleen
· 6 years ago
f3ef085
perf vendor events intel: Update Goldmont to v13
by Andi Kleen
· 6 years ago
b1580f5
perf vendor events intel: Update Bonnell to V4
by Andi Kleen
· 6 years ago
643e722
perf vendor events intel: Update KnightsLanding events to v9
by Andi Kleen
· 6 years ago
efc351f1
perf vendor events intel: Update Haswell events to v28
by Andi Kleen
· 6 years ago
2111da7
perf vendor events intel: Update IvyBridge events to v21
by Andi Kleen
· 6 years ago
59da390
perf vendor events intel: Update SandyBridge events to v16
by Andi Kleen
· 6 years ago
e6b32be
perf vendor events intel: Update JakeTown events to v20
by Andi Kleen
· 6 years ago
009edd9
perf vendor events intel: Update IvyTown events to v20
by Andi Kleen
· 6 years ago
e313477
perf vendor events intel: Update HaswellX events to v20
by Andi Kleen
· 6 years ago
9f0f4a2
perf vendor events intel: Update BroadwellX events to v14
by Andi Kleen
· 6 years ago
19f2d40
perf vendor events intel: Update SkylakeX events to v1.12
by Andi Kleen
· 6 years ago
2433934
perf vendor events intel: Update Skylake events to v42
by Andi Kleen
· 6 years ago
d224332
perf vendor events intel: Update Broadwell-DE events to v7
by Andi Kleen
· 6 years ago
8313fe2
perf vendor events intel: Update Broadwell events to v23
by Andi Kleen
· 6 years ago
fd55009
perf vendor events intel: Update metrics from TMAM 3.5
by Andi Kleen
· 6 years ago
470530b
perf record: Implement --mmap-flush=<number> option
by Alexey Budankov
· 6 years ago
3b1c5d9
tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD defines
by Alexey Budankov
· 6 years ago
69769ce
perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"
by Tzvetomir Stoyanov
· 6 years ago
55c34ae
tools tools, tools lib traceevent: Make traceevent APIs more consistent
by Tzvetomir Stoyanov
· 6 years ago
5e0861b
perf list: Output tool events
by Andi Kleen
· 6 years ago
3371f38
perf evsel: Support printing evsel name for 'duration_time'
by Andi Kleen
· 6 years ago
f0fbb11
perf stat: Implement duration_time as a proper event
by Andi Kleen
· 6 years ago
c2b3c17
perf stat: Revert checks for duration_time
by Andi Kleen
· 6 years ago
7fcfa9a
perf list: Fix s390 counter long description for L1D_RO_EXCL_WRITES
by Thomas Richter
· 6 years ago
514c540
perf tools: Add header defining used namespace struct to event.h
by Arnaldo Carvalho de Melo
· 6 years ago
b64f1cc
perf trace beauty renameat: No need to include linux/fs.h
by Arnaldo Carvalho de Melo
· 6 years ago
59f3bd7
perf augmented_raw_syscalls: Use a PERCPU_ARRAY map to copy more string bytes
by Arnaldo Carvalho de Melo
· 6 years ago
c52a82f
perf augmented_raw_syscalls: Copy strings from all syscalls with 1st or 2nd string arg
by Arnaldo Carvalho de Melo
· 6 years ago
2b64b2e
perf trace: Add 'string' event alias to select syscalls with string args
by Arnaldo Carvalho de Melo
· 6 years ago
e94d6b7
perf pmu: Fix parser error for uncore event alias
by Kan Liang
· 6 years ago
606bd60
perf scripts python: exported-sql-viewer.py: Fix python3 support
by Adrian Hunter
· 6 years ago
8453c93
perf scripts python: exported-sql-viewer.py: Fix never-ending loop
by Adrian Hunter
· 6 years ago
977c7a6
perf machine: Update kernel map address and re-order properly
by Wei Li
· 6 years ago
Next »