summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-12-1765-289/+976
|\
| * perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES descriptionEd Maste2019-12-161-1/+1
| * perf vendor events s390: Fix counter long description for DTLB1_GPAGE_WRITESEd Maste2019-12-161-1/+1
| * libtraceevent: Allow custom libdir pathSudip Mukherjee2019-12-162-4/+6
| * perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan2019-12-111-15/+6
| * perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain2019-12-111-2/+5
| * perf/x86/pmu-events: Fix Kernel_Utilization metricRavi Bangoria2019-12-1112-12/+12
| * perf top: Do not bail out when perf_env__read_cpuid() returns ENOSYSArnaldo Carvalho de Melo2019-12-111-3/+7
| * perf arch: Make the default get_cpuid() return compatible errorArnaldo Carvalho de Melo2019-12-111-1/+1
| * tools headers kvm: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-111-0/+1
| * Merge remote-tracking branch 'torvalds/master' into perf/urgentArnaldo Carvalho de Melo2019-12-1124-89/+3240
| |\
| * | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2019-12-041-1/+2
| * | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-041-3/+125
| * | perf inject: Fix processing of ID index for injected instruction tracingAdrian Hunter2019-12-041-12/+1
| * | perf report: Bail out --mem-mode if mem info is not availableRavi Bangoria2019-12-041-0/+8
| * | perf report: Make -F more strict like -sRavi Bangoria2019-12-041-0/+6
| * | perf report/top TUI: Replace pr_err() with ui__error()Ravi Bangoria2019-12-041-5/+5
| * | Merge tag 'perf-core-for-mingo-5.5-20191203' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-12-0442-229/+789
| |\ \
| | * | libtraceevent: Copy pkg-config file to output folder when using O=Sudip Mukherjee2019-12-021-2/+3
| | * | libtraceevent: Fix lib installation with O=Sudip Mukherjee2019-12-021-0/+1
| | * | perf kvm: Clarify the 'perf kvm' -i and -o command line optionsArnaldo Carvalho de Melo2019-12-021-2/+3
| | * | tools arch x86: Sync asm/cpufeatures.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-0/+3
| | * | perf beauty: Add CLEAR_SIGHAND support for clone's flags argArnaldo Carvalho de Melo2019-12-021-0/+1
| | * | tools headers UAPI: Sync sched.h with the kernelArnaldo Carvalho de Melo2019-12-021-18/+42
| | * | tools headers kvm: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo2019-12-024-2/+20
| | * | tools headers uapi: Sync linux/stat.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-1/+1
| | * | tools headers uapi: Sync linux/fscrypt.h with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-1/+2
| | * | tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo2019-12-021-0/+18
| | * | perf bench: Update the copies of x86's mem{cpy,set}_64.SArnaldo Carvalho de Melo2019-12-027-31/+114
| | * | perf machine: Fill map_symbol->maps in append_inlines() to fix segfaultArnaldo Carvalho de Melo2019-11-291-0/+1
| | * | perf jit: Move test functionality in to a testIan Rogers2019-11-295-46/+57
| | * | perf stat: Use affinity for enabling/disabling eventsAndi Kleen2019-11-291-3/+37
| | * | perf evsel: Add functions to enable/disable for a specific CPUAndi Kleen2019-11-294-14/+52
| | * | perf stat: Use affinity for readingAndi Kleen2019-11-292-41/+57
| | * | perf stat: Use affinity for opening eventsAndi Kleen2019-11-299-34/+141
| | * | perf stat: Factor out open error handlingAndi Kleen2019-11-291-40/+60
| | * | perf stat: Use affinity for closing file descriptorsAndi Kleen2019-11-291-2/+29
| | * | perf evsel: Add functions to close evsel on a CPUAndi Kleen2019-11-292-6/+22
| | * | perf evsel: Add iterator to iterate over events ordered by CPUAndi Kleen2019-11-294-0/+42
| | * | perf evlist: Maintain evlist->all_cpusAndi Kleen2019-11-297-0/+83
| | * | perf cpumap: Maintain cpumaps ordered and without dupsAndi Kleen2019-11-291-1/+15
* | | | kselftest: Support old perl versionsSeongJae Park2019-12-111-0/+1
* | | | kselftest/runner: Print new line in print of timeout logSeongJae Park2019-12-111-0/+1
* | | | selftests: Fix dangling documentation references to kselftest_module.shMichael Ellerman2019-12-111-1/+1
* | | | kunit: testing kunit: Bug fix in test_run_timeout functionHeidi Fahim2019-12-091-1/+1
* | | | selftests: safesetid: Fix Makefile to set correct test programMasami Hiramatsu2019-12-091-1/+1
* | | | selftests: safesetid: Check the return value of setuid/setgidMasami Hiramatsu2019-12-091-5/+10
* | | | selftests: safesetid: Move link library to LDLIBSMasami Hiramatsu2019-12-091-1/+2
* | | | selftests/ftrace: Fix multiple kprobe testcaseMasami Hiramatsu2019-12-091-3/+3
* | | | selftests/ftrace: Do not to use absolute debugfs pathMasami Hiramatsu2019-12-093-5/+5