Age | Commit message (Expand) | Author | Files | Lines |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 288 | Thomas Gleixner | 23 | -228/+23 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 251 | Thomas Gleixner | 7 | -14/+7 |
2019-06-02 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -12/+53 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157 | Thomas Gleixner | 1 | -11/+1 |
2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 10 | -148/+10 |
2019-05-28 | perf machine: Read also the end of the kernel | Jiri Olsa | 1 | -9/+18 |
2019-05-28 | perf session: Add missing swap ops for namespace events | Namhyung Kim | 1 | -0/+21 |
2019-05-28 | perf namespace: Protect reading thread's namespace | Namhyung Kim | 1 | -2/+13 |
2019-05-28 | perf data: Fix 'strncat may truncate' build failure with recent gcc | Shawn Landden | 1 | -1/+1 |
2019-05-16 | perf stat: Support 'percore' event qualifier | Jin Yao | 2 | -7/+44 |
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 | 5 | -0/+34 |
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 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 | 2 | -4/+18 |
2019-05-15 | perf report: Implement perf.data record decompression | Alexey Budankov | 4 | -1/+177 |
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 | 2 | -87/+1 |
2019-05-15 | perf record: Implement compression for serial trace streaming | Alexey Budankov | 1 | -0/+2 |
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 | 4 | -7/+37 |
2019-05-15 | perf record: Implement COMPRESSED event record and its attributes | Alexey Budankov | 5 | -0/+72 |
2019-05-15 | perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics | Alexey Budankov | 2 | -0/+3 |
2019-05-15 | perf machine: Null-terminate version char array upon fgets(/proc/version) error | Donald Yandt | 1 | -1/+2 |
2019-05-15 | perf tools x86: Add support for recording and printing XMM registers | Andi Kleen | 1 | -0/+1 |
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 tools: Speed up report for perf compiled with linwunwind | Jiri Olsa | 3 | -7/+12 |
2019-05-15 | perf annotate: Remove hist__account_cycles() from callback | Jin Yao | 1 | -1/+1 |
2019-05-07 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 19 | -40/+116 |
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 | 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 annotate: Fix build on 32 bit for BPF annotation | Thadeu Lima de Souza Cascardo | 1 | -4/+4 |
2019-05-02 | perf bpf: Return value with unlocking in perf_env__find_btf() | Bo YU | 1 | -1/+1 |
2019-04-17 | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf() | Jiri Olsa | 1 | -1/+3 |
2019-04-17 | perf tools: Fix map reference counting | Jiri Olsa | 1 | -3/+1 |
2019-04-17 | perf evlist: Fix side band thread draining | Jiri Olsa | 1 | -5/+9 |
2019-04-17 | perf tools: Check maps for bpf programs | Song Liu | 2 | -1/+19 |
2019-04-17 | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in... | Jiri Olsa | 1 | -1/+3 |
2019-04-16 | perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user) | Mao Han | 1 | -6/+6 |
2019-04-16 | perf header: Fix lock/unlock imbalances when processing BPF/BTF info | Gustavo A. R. Silva | 1 | -9/+13 |
2019-04-01 | perf record: Implement --mmap-flush=<number> option | Alexey Budankov | 4 | -6/+10 |
2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ... | Tzvetomir Stoyanov | 5 | -6/+6 |
2019-04-01 | tools tools, tools lib traceevent: Make traceevent APIs more consistent | Tzvetomir Stoyanov | 2 | -3/+3 |
2019-04-01 | perf list: Output tool events | Andi Kleen | 2 | -0/+21 |
2019-04-01 | perf evsel: Support printing evsel name for 'duration_time' | Andi Kleen | 1 | -1/+10 |
2019-04-01 | perf stat: Implement duration_time as a proper event | Andi Kleen | 5 | -6/+65 |