aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01tools: libbpf: add a correctly named define for map iterationJakub Kicinski1-2/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-29/+87
2019-02-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-16/+28
2019-02-05perf script python: Add Python3 support to tests/attr.pyTony Jones1-13/+19
2019-02-04libbpf: fix libbpf_printStanislav Fomichev1-8/+2
2019-02-04perf trace: Support multiple "vfs_getname" probesArnaldo Carvalho de Melo1-7/+18
2019-02-04perf symbols: Filter out hidden symbols from labelsJiri Olsa1-1/+8
2019-02-04perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()Arnaldo Carvalho de Melo1-0/+14
2019-02-04tools/bpf: simplify libbpf API function libbpf_set_print()Yonghong Song1-20/+12
2019-02-04perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo1-1/+1
2019-02-04perf mem/c2c: Fix perf_mem_events to support powerpcRavi Bangoria5-6/+26
2019-02-04perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva1-1/+1
2019-02-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-16/+28
2019-01-21perf script: Fix crash when processing recorded stat dataTony Jones1-5/+2
2019-01-21perf top: Fix wrong hottest instruction highlightedHe Kuang1-6/+10
2019-01-21perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian1-2/+9
2019-01-19Merge tag 'powerpc-5.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-1/+3
2019-01-18perf python: Remove -fstack-clash-protection when building with some clang versionsArnaldo Carvalho de Melo1-0/+2
2019-01-18perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen1-1/+1
2019-01-17perf ordered_events: Fix crash in ordered_events__freeJiri Olsa1-2/+4
2019-01-10tools headers powerpc: Remove unistd.hRavi Bangoria1-1/+0
2019-01-10perf powerpc: Rework syscall table generationRavi Bangoria3-14/+450
2019-01-09perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo1-0/+1
2019-01-08perf beauty: Switch from using uapi/linux/fs.h to uapi/linux/mount.hArnaldo Carvalho de Melo1-2/+2
2019-01-08tools include uapi: Grab a copy of linux/mount.hArnaldo Carvalho de Melo1-0/+1
2019-01-08perf top: Lift restriction on using callchains without "sym" in --sortArnaldo Carvalho de Melo1-6/+1
2019-01-08perf tests: Add a test for the ARM 32-bit [vectors] pageFlorian Fainelli4-0/+34
2019-01-08perf tools: Make find_vdso_map() more modularFlorian Fainelli4-12/+11
2019-01-08perf trace: Fix alignment for [continued] linesArnaldo Carvalho de Melo1-2/+3
2019-01-08perf trace: Fix ')' placement in "interrupted" syscall linesArnaldo Carvalho de Melo1-2/+8
2019-01-08Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar9-22/+34
2019-01-08powerpc/perf: Update perf_regs structure to include MMCRAMadhavan Srinivasan2-1/+3
2019-01-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds20-147/+400
2019-01-04perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo1-1/+2
2019-01-04perf python: Make sure the python binding output directory is in placeArnaldo Carvalho de Melo1-1/+3
2019-01-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson1-1/+0
2019-01-04perf annotate: Pass filename to objdump via execlIvan Krylov1-4/+4
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao3-13/+22
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2019-01-03tools beauty: Make the prctl option table generator catch all PR_ optionsArnaldo Carvalho de Melo1-1/+1
2019-01-03perf stat: Fix endless wait for child processJin Yao1-1/+2
2019-01-02perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter1-0/+7
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter5-25/+69
2019-01-02perf thread-stack: Allocate an array of thread stacksAdrian Hunter1-12/+17
2019-01-02perf thread-stack: Factor out thread_stack__init()Adrian Hunter1-7/+19
2019-01-02perf thread-stack: Allow for a thread stack arrayAdrian Hunter1-6/+34
2019-01-02perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter1-32/+49
2019-01-02perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter1-4/+3
2019-01-02perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter1-11/+7
2018-12-29Merge tag 'nds32-for-linus-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/greentime/linuxLinus Torvalds5-0/+336