summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
* | | | perf cs-etm: Fix bitmap for optionSuzuki K Poulose2021-03-061-4/+8
* | | | perf trace: Fix race in signal handlingMichael Petlan2021-03-061-3/+2
* | | | perf map: Tighten snprintf() string precision to pass gcc check on some 32-bi...Arnaldo Carvalho de Melo2021-03-061-4/+3
* | | | perf report: Fix -F for branch & mem modesRavi Bangoria2021-03-061-2/+2
* | | | perf tests x86: Move insn.h include to make sure it finds stddef.hArnaldo Carvalho de Melo2021-03-062-2/+2
* | | | perf test: Support the ins_lat check in the X86 specific testKan Liang2021-03-064-0/+127
* | | | perf test: Fix sample-parsing failure on non-x86 platformsKan Liang2021-03-061-4/+0
* | | | perf archive: Fix filtering of empty build-idsNicholas Fraser2021-03-061-2/+1
* | | | perf daemon: Fix compile error with AsanNamhyung Kim2021-03-061-1/+1
* | | | perf stat: Fix use-after-free when -r option is usedNamhyung Kim2021-03-061-0/+1
* | | | libperf: Add perf_evlist__reset_id_hash()Namhyung Kim2021-03-062-4/+11
* | | | perf stat: Fix wrong skipping for per-die aggregationJin Yao2021-03-064-11/+59
* | | | tools headers UAPI: Sync KVM's kvm.h and vmx.h headers with the kernel sourcesArnaldo Carvalho de Melo2021-03-062-1/+4
* | | | tools headers cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-6/+13
* | | | tools headers UAPI: Update tools' copy of linux/coresight-pmu.hArnaldo Carvalho de Melo2021-03-061-5/+15
* | | | tools headers: Update syscall.tbl files to support mount_setattrArnaldo Carvalho de Melo2021-03-064-0/+19
* | | | perf test: Fix cpu and thread map leaks in perf_time_to_tsc testNamhyung Kim2021-03-061-0/+2
* | | | perf test: Fix cpu map leaks in cpu_map_print testNamhyung Kim2021-03-061-0/+2
* | | | perf test: Fix a memory leak in thread_map_remove testNamhyung Kim2021-03-061-5/+2
* | | | perf test: Fix a thread map leak in thread_map_synthesize testNamhyung Kim2021-03-061-0/+1
* | | | perf test: Fix cpu and thread map leaks in switch_tracking testNamhyung Kim2021-03-061-3/+2
* | | | perf test: Fix cpu and thread map leaks in keep_tracking testNamhyung Kim2021-03-061-3/+2
* | | | perf test: Fix cpu and thread map leaks in code_reading testNamhyung Kim2021-03-061-7/+3
* | | | perf test: Fix cpu and thread map leaks in sw_clock_freq testNamhyung Kim2021-03-061-8/+4
* | | | perf test: Fix cpu and thread map leaks in task_exit testNamhyung Kim2021-03-061-7/+3
* | | | perf test: Fix a memory leak in attr testNamhyung Kim2021-03-061-1/+7
* | | | perf test: Fix cpu and thread map leaks in basic mmap testNamhyung Kim2021-03-061-2/+0
* | | | perf tools: Fix event's PMU name parsingJiri Olsa2021-03-061-1/+5
* | | | perf daemon: Fix running test for non root userJiri Olsa2021-03-061-16/+16
* | | | perf daemon: Fix control fifo permissionsJiri Olsa2021-03-061-2/+2
* | | | perf build: Fix ccache usage in $(CC) when generating arch errno tableAntonio Terceiro2021-03-061-1/+1
* | | | perf tools: Fix documentation of verbose optionsIan Rogers2021-03-064-6/+6
* | | | perf traceevent: Ensure read cmdlines are null terminated.Ian Rogers2021-03-061-0/+1
* | | | perf bench numa: Fix the condition checks for max number of NUMA nodesAthira Rajeev2021-03-061-13/+29
* | | | perf diff: Don't crash on freeing errno-session on the error pathDmitry Safonov2021-03-061-1/+2
* | | | perf tools: Clean 'generated' directory used for creating the syscall table o...Andreas Wendleder2021-03-061-5/+6
* | | | perf build: Move feature cleanup under tools/buildJiri Olsa2021-03-062-10/+8
* | | | perf tools: Cast (struct timeval).tv_sec when printingPierre Gondois2021-03-065-9/+9
* | | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-0/+73
* | | | tools headers UAPI s390: Sync ptrace.h kernel headersArnaldo Carvalho de Melo2021-03-061-2/+3
* | | | perf arch powerpc: Sync powerpc syscall.tbl with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-15/+5
* | | | tools headers UAPI: Sync openat2.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-0/+4
* | | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-1/+2
* | | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-03-061-48/+49
|/ / /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-03-042-5/+160
|\ \ \
| * | | KVM: x86/xen: Add support for vCPU runstate informationDavid Woodhouse2021-03-021-3/+156
| * | | selftests: kvm: Mmap the entire vcpu mmap areaAaron Lewis2021-03-021-2/+4
* | | | Merge tag 'trace-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-02-261-3/+3
|\ \ \ \
| * | | | tracing/tools: fix a couple of spelling mistakesColin Ian King2021-02-251-3/+3
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-264-1/+169
|\ \ \ \ \ | | |/ / / | |/| / / | |_|/ / |/| | |