summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf trace: Drop addr_location refcountsArnaldo Carvalho de Melo2018-10-221-3/+5
| * | perf evsel: Mark a evsel as disabled when asking the kernel do disable itArnaldo Carvalho de Melo2018-10-223-7/+19
| * | perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo2018-10-195-0/+17
| * | perf trace: Introduce --max-eventsArnaldo Carvalho de Melo2018-10-192-0/+68
| * | perf arm64: Fix generate system call table failed with /tmp mounted with noexecHongxu Jia2018-10-191-1/+1
| * | perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-10-181-1/+11
| * | perf jitdump: Add Sparc support.David Miller2018-10-182-0/+8
| * | perf annotate: Add Sparc supportDavid Miller2018-10-182-0/+177
| * | perf record: Encode -k clockid frequency into Perf traceAlexey Budankov2018-10-185-2/+48
| * | Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2018-10-189-43/+35
| |\ \
* | \ \ Merge tag 'trace-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2018-10-306-22/+106
|\ \ \ \ | |_|_|/ |/| | |
| * | | perf probe: Support SDT markers having reference counter (semaphore)Ravi Bangoria2018-09-246-22/+106
* | | | Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-261-1/+0
|\ \ \ \
| * | | | Merge tag 'kvmarm-for-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-10-191-1/+1
| |\| | |
| * | | | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2018-10-091-1/+0
| |\ \ \ \
| | * | | | KVM: PPC: Book3S: Simplify external interrupt handlingPaul Mackerras2018-10-091-1/+0
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-10-241-12/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-10-221-12/+3
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | * | | | | tools, perf: add and use optimized ring_buffer_{read_head, write_tail} helpersDaniel Borkmann2018-10-191-12/+3
* | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-10-2377-1996/+3579
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'perf-core-for-mingo-4.20-20181008' of git://git.kernel.org/pub/scm...Ingo Molnar2018-10-0910-24/+57
| |\ \ \ \ \
| | * | | | | tools lib traceevent, perf tools: Move struct tep_handler definition in a loc...Tzvetomir Stoyanov2018-10-082-11/+16
| | * | | | | perf python: More portable way to make CFLAGS work with clangEduardo Habkost2018-10-081-6/+8
| | * | | | | perf python: Make clang_has_option() work on Python 3Eduardo Habkost2018-10-081-1/+1
| | * | | | | perf tools: Free temporary 'sys' string in read_event_files()Sanskriti Sharma2018-10-081-1/+4
| | * | | | | perf tools: Avoid double free in read_event_file()Sanskriti Sharma2018-10-081-3/+1
| | * | | | | perf tools: Free 'printk' string in parse_ftrace_printk()Sanskriti Sharma2018-10-081-0/+1
| | * | | | | perf tools: Cleanup trace-event-info 'tdata' leakSanskriti Sharma2018-10-081-0/+2
| | * | | | | perf strbuf: Match va_{add,copy} with va_endSanskriti Sharma2018-10-081-2/+8
| | * | | | | perf test: S390 does not support watchpoints in test 22Thomas Richter2018-10-083-0/+14
| | * | | | | perf auxtrace: Include missing asm/bitsperlong.h to get BITS_PER_LONGArnaldo Carvalho de Melo2018-10-081-0/+1
| | * | | | | tools include: Adopt linux/bits.hArnaldo Carvalho de Melo2018-10-081-0/+1
| * | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-10-093-4/+19
| |\ \ \ \ \ \ | | |/ / / / / | |/| / / / / | | |/ / / /
| * | | | | perf vendor events arm64: Revise core JSON events for eMAGSean V Kelley2018-09-2010-32/+492
| * | | | | perf intel-pt: Implement decoder flags for trace begin / endAdrian Hunter2018-09-201-11/+23
| * | | | | perf intel-pt: Add decoder flags for trace begin / endAdrian Hunter2018-09-202-0/+7
| * | | | | perf tools: Improve thread_stack__process() for trace begin / endAdrian Hunter2018-09-201-7/+9
| * | | | | perf tools: Improve thread_stack__event() for trace begin / endAdrian Hunter2018-09-201-5/+30
| * | | | | perf db-export: Add trace begin / end branch type variantsAdrian Hunter2018-09-201-0/+22
| * | | | | perf script: Enhance sample flags for trace begin / endAdrian Hunter2018-09-201-9/+27
| * | | | | tools lib traceevent: Rename data2host*() APIsTzvetomir Stoyanov (VMware)2018-09-191-2/+2
| * | | | | tools lib traceevent: Rename struct plugin_list to struct tep_plugin_listTzvetomir Stoyanov (VMware)2018-09-191-2/+2
| * | | | | tools lib traceevent, perf tools: Rename enum print_arg_type to enum tep_prin...Tzvetomir Stoyanov (VMware)2018-09-192-44/+44
| * | | | | tools lib traceevent, perf tools: Add prefix tep_ to all print_* structuresTzvetomir Stoyanov (VMware)2018-09-192-5/+5
| * | | | | tools lib traceevent, perf tools: Rename enum format_flags to enum tep_format...Tzvetomir Stoyanov (VMware)2018-09-198-50/+50
| * | | | | tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_...Tzvetomir Stoyanov (VMware)2018-09-1911-45/+45
| * | | | | tools lib traceevent, perf tools: Rename struct event_format to struct tep_ev...Tzvetomir Stoyanov (VMware)2018-09-199-32/+32
| * | | | | perf script: Print DSO for callindentAndi Kleen2018-09-191-1/+8
| * | | | | perf script: Allow sym and dso without ip, addrAndi Kleen2018-09-191-7/+10
| * | | | | perf tools: Report itrace options in helpAndi Kleen2018-09-194-3/+23