Age | Commit message (Expand) | Author | Files | Lines |
2019-05-16 | perf stat: Support 'percore' event qualifier | Jin Yao | 4 | -7/+69 |
2019-05-16 | perf stat: Factor out aggregate counts printing | Jin Yao | 1 | -25/+39 |
2019-05-16 | perf tools: Add a 'percore' event qualifier | Jin Yao | 6 | -0/+46 |
2019-05-16 | perf docs: Add description for stderr | Thomas Richter | 1 | -0/+2 |
2019-05-16 | perf intel-pt: Fix sample timestamp wrt non-taken branches | Adrian Hunter | 1 | -1/+4 |
2019-05-16 | perf intel-pt: Fix improved sample timestamp | Adrian Hunter | 1 | -3/+10 |
2019-05-16 | perf intel-pt: Fix instructions sampling rate | Adrian Hunter | 1 | -3/+10 |
2019-05-16 | perf regs x86: Add X86 specific arch__intr_reg_mask() | Kan Liang | 2 | -0/+29 |
2019-05-16 | perf parse-regs: Add generic support for arch__intr/user_reg_mask() | Kan Liang | 3 | -3/+22 |
2019-05-15 | perf parse-regs: Split parse_regs | Kan Liang | 4 | -7/+22 |
2019-05-15 | perf vendor events arm64: Add Cortex-A57 and Cortex-A72 events | Florian Fainelli | 2 | -0/+181 |
2019-05-15 | perf vendor events arm64: Map Brahma-B53 CPUID to cortex-a53 events | Florian Fainelli | 1 | -0/+1 |
2019-05-15 | perf vendor events arm64: Remove [[:xdigit:]] wildcard | Florian Fainelli | 1 | -1/+1 |
2019-05-15 | perf jevents: Remove unused variable | Zenghui Yu | 1 | -1/+0 |
2019-05-15 | perf test zstd: Fixup verbose mode output | Arnaldo Carvalho de Melo | 1 | -5/+4 |
2019-05-15 | perf tests: Implement Zstd comp/decomp integration test | Alexey Budankov | 1 | -0/+35 |
2019-05-15 | perf inject: Enable COMPRESSED record decompression | Alexey Budankov | 1 | -0/+4 |
2019-05-15 | perf report: Implement perf.data record decompression | Alexey Budankov | 5 | -2/+181 |
2019-05-15 | perf record: Implement -z,--compression_level[=<n>] option | Alexey Budankov | 2 | -0/+35 |
2019-05-15 | perf report: Add stub processing of compressed events for -D | Alexey Budankov | 2 | -1/+20 |
2019-05-15 | perf record: Implement compression for AIO trace streaming | Alexey Budankov | 3 | -113/+89 |
2019-05-15 | perf record: Implement compression for serial trace streaming | Alexey Budankov | 2 | -2/+51 |
2019-05-15 | perf tools: Introduce Zstd streaming based compression API | Alexey Budankov | 3 | -0/+114 |
2019-05-15 | perf mmap: Implement dedicated memory buffer for data compression | Alexey Budankov | 5 | -8/+44 |
2019-05-15 | perf record: Implement COMPRESSED event record and its attributes | Alexey Budankov | 8 | -0/+105 |
2019-05-15 | perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics | Alexey Budankov | 3 | -1/+16 |
2019-05-15 | perf build tests: Add NO_LIBZSTD=1 to make_minimal | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-05-15 | perf machine: Null-terminate version char array upon fgets(/proc/version) error | Donald Yandt | 1 | -1/+2 |
2019-05-15 | perf vendor events intel: Add uncore_upi JSON support | Kan Liang | 1 | -0/+1 |
2019-05-15 | perf scripts python: exported-sql-viewer.py: Add 'About' dialog box | Adrian Hunter | 1 | -0/+59 |
2019-05-15 | perf scripts python: exported-sql-viewer.py: Add context menu | Adrian Hunter | 1 | -0/+41 |
2019-05-15 | perf scripts python: exported-sql-viewer.py: Add copy to clipboard | Adrian Hunter | 1 | -0/+217 |
2019-05-15 | perf scripts python: exported-sql-viewer.py: Add tree level | Adrian Hunter | 1 | -0/+4 |
2019-05-15 | perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlar... | Adrian Hunter | 1 | -4/+10 |
2019-05-15 | perf scripts python: exported-sql-viewer.py: Move view creation | Adrian Hunter | 1 | -3/+2 |
2019-05-15 | perf tools x86: Add support for recording and printing XMM registers | Andi Kleen | 3 | -2/+40 |
2019-05-15 | perf parse-regs: Improve error output when faced with unknown register name | Arnaldo Carvalho de Melo | 1 | -2/+1 |
2019-05-15 | perf record: Fix suggestion to get list of registers usable with --user-regs ... | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2019-05-15 | perf tools: Speed up report for perf compiled with linwunwind | Jiri Olsa | 3 | -7/+12 |
2019-05-15 | csky: Add support for libdw | Mao Han | 7 | -1/+237 |
2019-05-15 | perf test: Fix spelling mistake "leadking" -> "leaking" | Colin Ian King | 1 | -2/+2 |
2019-05-15 | perf annotate: Remove hist__account_cycles() from callback | Jin Yao | 3 | -9/+8 |
2019-05-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 98 | -6896/+11123 |
2019-05-02 | perf tools: Remove needless asm/unistd.h include fixing build in some places | Arnaldo Carvalho de Melo | 1 | -1/+0 |
2019-05-02 | tools build: Add -ldl to the disassembler-four-args feature test | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2019-05-02 | perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet | Leo Yan | 1 | -5/+3 |
2019-05-02 | perf cs-etm: Don't check cs_etm_queue::prev_packet validity | Leo Yan | 1 | -5/+1 |
2019-05-02 | perf report: Report OOM in status line in the GTK UI | Thomas Richter | 1 | -3/+5 |
2019-05-02 | perf bench numa: Add define for RUSAGE_THREAD if not present | Arnaldo Carvalho de Melo | 1 | -0/+4 |
2019-05-02 | perf annotate: Fix build on 32 bit for BPF annotation | Thadeu Lima de Souza Cascardo | 1 | -4/+4 |