Age | Commit message (Expand) | Author |
2019-05-16 | perf stat: Support 'percore' event qualifier | Jin Yao |
2019-05-16 | perf stat: Factor out aggregate counts printing | Jin Yao |
2019-05-16 | perf tools: Add a 'percore' event qualifier | Jin Yao |
2019-05-16 | perf intel-pt: Fix sample timestamp wrt non-taken branches | Adrian Hunter |
2019-05-16 | perf intel-pt: Fix improved sample timestamp | Adrian Hunter |
2019-05-16 | perf intel-pt: Fix instructions sampling rate | Adrian Hunter |
2019-05-16 | perf parse-regs: Add generic support for arch__intr/user_reg_mask() | Kan Liang |
2019-05-15 | perf parse-regs: Split parse_regs | Kan Liang |
2019-05-15 | perf report: Implement perf.data record decompression | Alexey Budankov |
2019-05-15 | perf report: Add stub processing of compressed events for -D | Alexey Budankov |
2019-05-15 | perf record: Implement compression for AIO trace streaming | Alexey Budankov |
2019-05-15 | perf record: Implement compression for serial trace streaming | Alexey Budankov |
2019-05-15 | perf tools: Introduce Zstd streaming based compression API | Alexey Budankov |
2019-05-15 | perf mmap: Implement dedicated memory buffer for data compression | Alexey Budankov |
2019-05-15 | perf record: Implement COMPRESSED event record and its attributes | Alexey Budankov |
2019-05-15 | perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics | Alexey Budankov |
2019-05-15 | perf machine: Null-terminate version char array upon fgets(/proc/version) error | Donald Yandt |
2019-05-15 | perf tools x86: Add support for recording and printing XMM registers | Andi Kleen |
2019-05-15 | perf parse-regs: Improve error output when faced with unknown register name | Arnaldo Carvalho de Melo |
2019-05-15 | perf tools: Speed up report for perf compiled with linwunwind | Jiri Olsa |
2019-05-15 | perf annotate: Remove hist__account_cycles() from callback | Jin Yao |
2019-05-06 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2019-05-02 | perf tools: Remove needless asm/unistd.h include fixing build in some places | Arnaldo Carvalho de Melo |
2019-05-02 | perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet | Leo Yan |
2019-05-02 | perf cs-etm: Don't check cs_etm_queue::prev_packet validity | Leo Yan |
2019-05-02 | perf report: Report OOM in status line in the GTK UI | Thomas Richter |
2019-05-02 | perf annotate: Fix build on 32 bit for BPF annotation | Thadeu Lima de Souza Cascardo |
2019-05-02 | perf bpf: Return value with unlocking in perf_env__find_btf() | Bo YU |
2019-04-17 | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf() | Jiri Olsa |
2019-04-17 | perf tools: Fix map reference counting | Jiri Olsa |
2019-04-17 | perf evlist: Fix side band thread draining | Jiri Olsa |
2019-04-17 | perf tools: Check maps for bpf programs | Song Liu |
2019-04-17 | perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_in... | Jiri Olsa |
2019-04-16 | perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user) | Mao Han |
2019-04-16 | perf header: Fix lock/unlock imbalances when processing BPF/BTF info | Gustavo A. R. Silva |
2019-04-01 | perf record: Implement --mmap-flush=<number> option | Alexey Budankov |
2019-04-01 | perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event ... | Tzvetomir Stoyanov |
2019-04-01 | tools tools, tools lib traceevent: Make traceevent APIs more consistent | Tzvetomir Stoyanov |
2019-04-01 | perf list: Output tool events | Andi Kleen |
2019-04-01 | perf evsel: Support printing evsel name for 'duration_time' | Andi Kleen |
2019-04-01 | perf stat: Implement duration_time as a proper event | Andi Kleen |
2019-04-01 | perf stat: Revert checks for duration_time | Andi Kleen |
2019-04-01 | perf tools: Add header defining used namespace struct to event.h | Arnaldo Carvalho de Melo |
2019-03-28 | perf pmu: Fix parser error for uncore event alias | Kan Liang |
2019-03-28 | perf machine: Update kernel map address and re-order properly | Wei Li |
2019-03-28 | perf evsel: Fix max perf_event_attr.precise_ip detection | Jiri Olsa |
2019-03-28 | perf intel-pt: Fix TSC slip | Adrian Hunter |
2019-03-28 | perf cs-etm: Add missing case value | Solomon Tan |
2019-03-21 | perf bpf: Show more BPF program info in print_bpf_prog_info() | Song Liu |
2019-03-21 | perf bpf: Extract logic to create program names from perf_event__synthesize_o... | Song Liu |