Age | Commit message (Expand) | Author |
2018-11-06 | Merge tag 'perf-urgent-for-mingo-4.20-20181106' of git://git.kernel.org/pub/s... | Ingo Molnar |
2018-11-06 | perf tools: Do not zero sample_id_all for group members | Jiri Olsa |
2018-11-05 | perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so | Gustavo Romero |
2018-11-05 | perf beauty: Use SRCARCH, ARCH=x86_64 must map to "x86" to find the headers | Arnaldo Carvalho de Melo |
2018-11-05 | perf intel-pt: Add MTC and CYC timestamps to debug log | Adrian Hunter |
2018-11-05 | perf intel-pt: Add more event information to debug log | Adrian Hunter |
2018-11-05 | perf scripts python: exported-sql-viewer.py: Fix table find when table re-ord... | Adrian Hunter |
2018-11-05 | perf scripts python: exported-sql-viewer.py: Add help window | Adrian Hunter |
2018-11-05 | perf scripts python: exported-sql-viewer.py: Add Selected branches report | Adrian Hunter |
2018-11-05 | perf scripts python: exported-sql-viewer.py: Fall back to /usr/local/lib/libx... | Adrian Hunter |
2018-11-05 | perf top: Display the LBR stats in callchain entry | Jin Yao |
2018-11-05 | perf stat: Handle different PMU names with common prefix | Thomas Richter |
2018-11-05 | perf record: Support weak groups | Andi Kleen |
2018-11-05 | perf evlist: Move perf_evsel__reset_weak_group into evlist | Andi Kleen |
2018-11-05 | perf augmented_syscalls: Start collecting pathnames in the BPF program | Arnaldo Carvalho de Melo |
2018-11-03 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
2018-11-03 | perf trace: Fix setting of augmented payload when using eBPF + raw_syscalls | Arnaldo Carvalho de Melo |
2018-11-01 | perf trace: When augmenting raw_syscalls plug raw_syscalls:sys_exit too | Arnaldo Carvalho de Melo |
2018-11-01 | perf examples bpf: Start augmenting raw_syscalls:sys_{start,exit} | Arnaldo Carvalho de Melo |
2018-10-31 | perf intel-pt/bts: Calculate cpumode for synthesized samples | Adrian Hunter |
2018-10-31 | perf intel-pt: Insert callchain context into synthesized callchains | Adrian Hunter |
2018-10-31 | perf tools: Don't clone maps from parent when synthesizing forks | David Miller |
2018-10-31 | perf top: Start display thread earlier | David Miller |
2018-10-31 | perf trace beauty: Use the mmap flags table generated from headers | Arnaldo Carvalho de Melo |
2018-10-31 | perf beauty: Wire up the mmap flags table generator to the Makefile | Arnaldo Carvalho de Melo |
2018-10-31 | perf beauty: Add a generator for MAP_ mmap's flag constants | Arnaldo Carvalho de Melo |
2018-10-31 | perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc} | David S. Miller |
2018-10-31 | perf cs-etm: Correct CPU mode for samples | Leo Yan |
2018-10-31 | perf unwind: Take pgoff into account when reporting elf to libdwfl | Milian Wolff |
2018-10-31 | perf top: Do not use overwrite mode by default | Arnaldo Carvalho de Melo |
2018-10-30 | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds |
2018-10-30 | perf top: Allow disabling the overwrite mode | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace: Beautify mount's first pathname arg | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace: Beautify the umount's 'name' argument | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace: Consider syscall aliases too | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace beauty: Beautify mount/umount's 'flags' argument | Arnaldo Carvalho de Melo |
2018-10-30 | perf trace beauty: Allow syscalls to mask an argument before considering it | Arnaldo Carvalho de Melo |
2018-10-30 | perf beauty: Introduce strarray__scnprintf_flags() | Arnaldo Carvalho de Melo |
2018-10-30 | perf beauty: Switch from GPL v2.0 to LGPL v2.1 | Arnaldo Carvalho de Melo |
2018-10-30 | perf beauty: Add a generator for MS_ mount/umount's flag constants | Arnaldo Carvalho de Melo |
2018-10-30 | tools include uapi: Grab a copy of linux/fs.h | Arnaldo Carvalho de Melo |
2018-10-29 | Merge branch 'linus' into perf/urgent, to pick up fixes | Ingo Molnar |
2018-10-25 | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2018-10-24 | perf script: Support total cycles count | Andi Kleen |
2018-10-24 | perf script: Implement --graph-function | Andi Kleen |
2018-10-24 | tools script: Add --call-trace and --call-ret-trace | Andi Kleen |
2018-10-24 | perf script: Make itrace script default to all calls | Andi Kleen |
2018-10-24 | perf script: Add --insn-trace for instruction decoding | Andi Kleen |
2018-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds |
2018-10-23 | perf scripts python: exported-sql-viewer.py: Add All branches report | Adrian Hunter |