| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | perf trace: Drop addr_location refcounts | Arnaldo Carvalho de Melo | 2018-10-22 | 1 | -3/+5 |
| * | | perf evsel: Mark a evsel as disabled when asking the kernel do disable it | Arnaldo Carvalho de Melo | 2018-10-22 | 3 | -7/+19 |
| * | | perf evsel: Introduce per event max_events property | Arnaldo Carvalho de Melo | 2018-10-19 | 5 | -0/+17 |
| * | | perf trace: Introduce --max-events | Arnaldo Carvalho de Melo | 2018-10-19 | 2 | -0/+68 |
| * | | perf arm64: Fix generate system call table failed with /tmp mounted with noexec | Hongxu Jia | 2018-10-19 | 1 | -1/+1 |
| * | | perf symbols: Set PLT entry/header sizes properly on Sparc | David Miller | 2018-10-18 | 1 | -1/+11 |
| * | | perf jitdump: Add Sparc support. | David Miller | 2018-10-18 | 2 | -0/+8 |
| * | | perf annotate: Add Sparc support | David Miller | 2018-10-18 | 2 | -0/+177 |
| * | | perf record: Encode -k clockid frequency into Perf trace | Alexey Budankov | 2018-10-18 | 5 | -2/+48 |
| * | | Merge remote-tracking branch 'tip/perf/urgent' into perf/core | Arnaldo Carvalho de Melo | 2018-10-18 | 9 | -43/+35 |
| |\ \ |
|
* | \ \ | Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost... | Linus Torvalds | 2018-10-30 | 6 | -22/+106 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | perf probe: Support SDT markers having reference counter (semaphore) | Ravi Bangoria | 2018-09-24 | 6 | -22/+106 |
* | | | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2018-10-26 | 1 | -1/+0 |
|\ \ \ \ |
|
| * | | | | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 2018-10-19 | 1 | -1/+1 |
| |\| | | |
|
| * | | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next | Paul Mackerras | 2018-10-09 | 1 | -1/+0 |
| |\ \ \ \ |
|
| | * | | | | KVM: PPC: Book3S: Simplify external interrupt handling | Paul Mackerras | 2018-10-09 | 1 | -1/+0 |
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-10-24 | 1 | -12/+3 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-10-22 | 1 | -12/+3 |
| |\ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| | * | | | | | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpers | Daniel Borkmann | 2018-10-19 | 1 | -12/+3 |
* | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2018-10-23 | 77 | -1996/+3579 |
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | /
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm... | Ingo Molnar | 2018-10-09 | 10 | -24/+57 |
| |\ \ \ \ \ |
|
| | * | | | | | tools lib traceevent, perf tools: Move struct tep_handler definition in a loc... | Tzvetomir Stoyanov | 2018-10-08 | 2 | -11/+16 |
| | * | | | | | perf python: More portable way to make CFLAGS work with clang | Eduardo Habkost | 2018-10-08 | 1 | -6/+8 |
| | * | | | | | perf python: Make clang_has_option() work on Python 3 | Eduardo Habkost | 2018-10-08 | 1 | -1/+1 |
| | * | | | | | perf tools: Free temporary 'sys' string in read_event_files() | Sanskriti Sharma | 2018-10-08 | 1 | -1/+4 |
| | * | | | | | perf tools: Avoid double free in read_event_file() | Sanskriti Sharma | 2018-10-08 | 1 | -3/+1 |
| | * | | | | | perf tools: Free 'printk' string in parse_ftrace_printk() | Sanskriti Sharma | 2018-10-08 | 1 | -0/+1 |
| | * | | | | | perf tools: Cleanup trace-event-info 'tdata' leak | Sanskriti Sharma | 2018-10-08 | 1 | -0/+2 |
| | * | | | | | perf strbuf: Match va_{add,copy} with va_end | Sanskriti Sharma | 2018-10-08 | 1 | -2/+8 |
| | * | | | | | perf test: S390 does not support watchpoints in test 22 | Thomas Richter | 2018-10-08 | 3 | -0/+14 |
| | * | | | | | perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONG | Arnaldo Carvalho de Melo | 2018-10-08 | 1 | -0/+1 |
| | * | | | | | tools include: Adopt linux/bits.h | Arnaldo Carvalho de Melo | 2018-10-08 | 1 | -0/+1 |
| * | | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2018-10-09 | 3 | -4/+19 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| / / / /
| | |/ / / / |
|
| * | | | | | perf vendor events arm64: Revise core JSON events for eMAG | Sean V Kelley | 2018-09-20 | 10 | -32/+492 |
| * | | | | | perf intel-pt: Implement decoder flags for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -11/+23 |
| * | | | | | perf intel-pt: Add decoder flags for trace begin / end | Adrian Hunter | 2018-09-20 | 2 | -0/+7 |
| * | | | | | perf tools: Improve thread_stack__process() for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -7/+9 |
| * | | | | | perf tools: Improve thread_stack__event() for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -5/+30 |
| * | | | | | perf db-export: Add trace begin / end branch type variants | Adrian Hunter | 2018-09-20 | 1 | -0/+22 |
| * | | | | | perf script: Enhance sample flags for trace begin / end | Adrian Hunter | 2018-09-20 | 1 | -9/+27 |
| * | | | | | tools lib traceevent: Rename data2host*() APIs | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 1 | -2/+2 |
| * | | | | | tools lib traceevent: Rename struct plugin_list to struct tep_plugin_list | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 1 | -2/+2 |
| * | | | | | tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 2 | -44/+44 |
| * | | | | | tools lib traceevent, perf tools: Add prefix tep_ to all print_* structures | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 2 | -5/+5 |
| * | | | | | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 8 | -50/+50 |
| * | | | | | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 11 | -45/+45 |
| * | | | | | tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev... | Tzvetomir Stoyanov (VMware) | 2018-09-19 | 9 | -32/+32 |
| * | | | | | perf script: Print DSO for callindent | Andi Kleen | 2018-09-19 | 1 | -1/+8 |
| * | | | | | perf script: Allow sym and dso without ip, addr | Andi Kleen | 2018-09-19 | 1 | -7/+10 |
| * | | | | | perf tools: Report itrace options in help | Andi Kleen | 2018-09-19 | 4 | -3/+23 |