summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf vendor events: Update JSON metrics for IvyBridgeAndi Kleen2017-10-231-9/+9
* perf vendor events: Update JSON metrics for Haswell ServerAndi Kleen2017-10-231-8/+8
* perf vendor events: Update JSON metrics for HaswellAndi Kleen2017-10-231-8/+8
* perf vendor events: Update JSON metrics for Broadwell ServerAndi Kleen2017-10-231-9/+9
* perf vendor events: Update JSON metrics for BroadwellAndi Kleen2017-10-231-9/+9
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2017-10-2018-54/+123
|\
| * Merge tag 'perf-urgent-for-mingo-4.14-20171019' of git://git.kernel.org/pub/s...Ingo Molnar2017-10-206-10/+35
| |\
| | * perf test shell trace+probe_libc_inet_pton.sh: Be compatible with Debian/UbuntuLi Zhijian2017-10-181-3/+6
| | * perf xyarray: Fix wrong processing when closing evsel fdJin Yao2017-10-181-2/+2
| | * perf buildid-list: Fix crash when processing PERF_RECORD_NAMESPACENamhyung Kim2017-10-171-0/+2
| | * perf record: Fix documentation for a inexistent option '-l'Taeung Song2017-10-171-2/+2
| | * perf tools: Check wether the eBPF file exists in event parsingJiri Olsa2017-10-131-2/+15
| | * perf hists: Add extra integrity checks to fmt_free()Jiri Olsa2017-10-131-0/+7
| | * perf hists: Fix crash in perf_hpp__reset_output_field()Jiri Olsa2017-10-131-1/+1
| * | Revert "tools/power turbostat: stop migrating, unless '-m'"Len Brown2017-10-181-9/+1Star
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-146-23/+55
| |\|
| | * tools include uapi bpf.h: Sync kernel ABI header with tooling headerArnaldo Carvalho de Melo2017-10-091-1/+1
| | * perf pmu: Unbreak perf record for arm/arm64 with events with explicit PMUMark Rutland2017-10-093-19/+47
| | * perf script: Add missing separator for "-F ip,brstack" (and brstackoff)Mark Santaniello2017-10-061-2/+2
| | * Merge tag 'perf-urgent-for-mingo-4.14-20171005' of git://git.kernel.org/pub/s...Ingo Molnar2017-10-051-1/+5
| | |\
| | | * perf callchain: Compare dsos (as well) for CCKEY_FUNCTIONRavi Bangoria2017-10-051-1/+5
| * | | userfaultfd: selftest: exercise -EEXIST only in background transferAndrea Arcangeli2017-10-141-5/+20
| * | | Merge tag 'linux-kselftest-4.14-rc5-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-10-102-3/+3
| |\ \ \
| | * | | selftests: mqueue: fix regression in silencing output from RUN_TESTSShuah Khan2017-10-051-2/+2
| | * | | selftests: x86: sysret_ss_attrs doesn't build on a PIE buildShuah Khan2017-10-051-1/+1
| | |/ /
| * / / selftests/net: rxtimestamp: Fix an off by oneDan Carpenter2017-10-061-1/+1
| |/ /
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-10-0118-169/+195
| |\|
| * | objtool: Support unoptimized frame pointer setupJosh Poimboeuf2017-09-281-3/+8
* | | perf tests attr: Fix group stat testsJiri Olsa2017-10-032-0/+4
* | | perf top: Add option to set the number of thread for event synthesizeKan Liang2017-10-034-4/+16
* | | perf top: Implement multithreading for perf_event__synthesize_threadsKan Liang2017-10-039-42/+155
* | | perf tools: Lock to protect comm_str rb treeKan Liang2017-10-031-1/+17
* | | perf tools: Lock to protect namespaces and comm listKan Liang2017-10-032-5/+51
* | | perf test attr: Fix ignored test case resultThomas Richter2017-10-021-1/+1
* | | perf test attr: Fix python error on empty resultThomas Richter2017-10-021-1/+5
* | | perf tests attr: Fix task term valuesJiri Olsa2017-10-024-2/+4
* | | Merge remote-tracking branch 'tip/perf/urgent' into perf/core, to pick up fixesArnaldo Carvalho de Melo2017-10-0216-73/+190
|\ \ \ | | |/ | |/|
| * | Merge tag 'perf-urgent-for-mingo-4.14-20170928' of git://git.kernel.org/pub/s...Ingo Molnar2017-09-2918-169/+195
| |\ \ | | |/ | |/|
| | * perf test: Fix vmlinux failure on s390x part 2Thomas Richter2017-09-282-22/+0Star
| | * perf test: Fix vmlinux failure on s390xThomas Richter2017-09-283-18/+1Star
| | * perf tools: Fix syscalltbl build failureAkemi Yagi2017-09-251-1/+1
| | * perf report: Fix debug messages with --call-graph optionMengting Zhang2017-09-251-14/+21
| | * perf evsel: Fix attr.exclude_kernel setting for default cycles:pArnaldo Carvalho de Melo2017-09-251-1/+6
| | * tools include: Sync kernel ABI headers with tooling headersIngo Molnar2017-09-2510-28/+164
| | * perf tools: Get all of tools/{arch,include}/ in the MANIFESTArnaldo Carvalho de Melo2017-09-251-85/+2Star
* | | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2017-09-2826-189/+906
|\| |
| * | Merge tag 'linux-kselftest-4.14-rc3-fixes' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-09-2720-65/+245
| |\ \
| | * | selftests: timers: set-timer-lat: Fix hang when testing unsupported alarmsShuah Khan2017-09-251-3/+6
| | * | selftests: timers: set-timer-lat: fix hang when std out/err are redirectedShuah Khan2017-09-251-3/+1Star
| | * | selftests/memfd: correct run_tests.sh permissionLi Zhijian2017-09-251-0/+0