summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2018-06-058-424/+973
|\
| * Merge back earlier PM tools material for v4.18.Rafael J. Wysocki2018-06-034-157/+302
| |\
| | * PM / tools: pm-graph: upgrade to v5.1Todd E Brandt2018-05-273-138/+267
| | * tools/power/x86/intel_pstate_tracer: Add optional setting of trace buffer mem...Doug Smythies2018-05-171-19/+35
| * | tools/power turbostat: update version numberLen Brown2018-06-011-1/+1
| * | tools/power turbostat: Add Node in outputPrarit Bhargava2018-06-011-0/+16
| * | tools/power turbostat: add node information into turbostat calculationsPrarit Bhargava2018-06-011-58/+85
| * | tools/power turbostat: remove num_ from cpu_topology structPrarit Bhargava2018-06-011-25/+23
| * | tools/power turbostat: rename num_cores_per_pkg to num_cores_per_nodePrarit Bhargava2018-06-011-12/+14
| * | tools/power turbostat: track thread ID in cpu_topologyPrarit Bhargava2018-06-011-66/+39
| * | tools/power turbostat: Calculate additional node information for a packagePrarit Bhargava2018-06-011-4/+61
| * | tools/power turbostat: Fix node and siblings lookup dataLen Brown2018-06-011-35/+82
| * | tools/power turbostat: set max_num_cpus equal to the cpumask lengthPrarit Bhargava2018-06-011-5/+16
| * | tools/power turbostat: if --num_iterations, print for specific number of iter...Chen Yu2018-06-012-1/+21
| * | tools/power turbostat: Add Cannon Lake supportSrinivas Pandruvada2018-06-011-3/+24
| * | tools/power turbostat: delete duplicate #definesLen Brown2018-06-011-3/+0
| * | tools/power turbostat: Correct SNB_C1/C3_AUTO_UNDEMOTE definesMatt Turner2018-06-011-2/+2
| * | tools/power turbostat: add POLL and POLL% columnLen Brown2018-06-011-5/+6
| * | tools/power turbostat: Fix --hide Pk%pc10Len Brown2018-06-011-1/+1
| * | tools/power turbostat: Build-in "Low Power Idle" counters supportLen Brown2018-06-011-0/+95
| * | tools/power turbostat: Don't make man pages executableLaura Abbott2018-06-012-2/+2
| * | tools/power turbostat: remove blank linesLen Brown2018-06-011-1/+2
| * | tools/power turbostat: a small C-states dump readability immprovementArtem Bityutskiy2018-06-011-1/+1
| * | tools/power turbostat: dump BDX, SKX automatic C-state conversion bitArtem Bityutskiy2018-06-011-1/+18
| * | tools/power turbostat: do not hard-code 25MHz crystal on SKXLen Brown2018-06-011-1/+0
| * | tools/power turbostat: fix possible sprintf buffer overflowLen Brown2018-06-011-1/+1
| * | tools/power turbostat: fix MSR_IA32_MISC_ENABLE MWAIT printoutLen Brown2018-06-011-1/+1
| * | tools/power turbostat: fix printing on inputArtem Bityutskiy2018-06-011-6/+10
| * | tools/power turbostat: end current interval upon newline inputLen Brown2018-06-012-6/+44
| * | tools/power turbostat: on SIGUSR1: sample, print and continueLen Brown2018-06-012-0/+10
| * | tools/power turbostat: on SIGINT: sample, print and exitLen Brown2018-06-012-0/+34
| * | tools/power turbostat: add --enable Time_Of_Day_SecondsLen Brown2018-06-012-82/+118
| * | tools/power turbostat: fix Skylake Xeon package C-state displayArtem Bityutskiy2018-06-011-1/+1
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2018-06-0493-1018/+1909
|\ \ \
| * | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-05-314-1/+17
| |\| |
| * | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-05-2522-192/+791
| |\ \ \
| * | | | perf kcore_copy: Amend the offset of sections that remap kernel textAdrian Hunter2018-05-231-2/+51
| * | | | perf kcore_copy: Copy x86 PTI entry trampoline sectionsAdrian Hunter2018-05-231-0/+42
| * | | | perf kcore_copy: Get rid of kernel_mapAdrian Hunter2018-05-231-18/+52
| * | | | perf kcore_copy: Iterate phdrsAdrian Hunter2018-05-231-15/+10
| * | | | perf kcore_copy: Layout sectionsAdrian Hunter2018-05-231-3/+22
| * | | | perf kcore_copy: Calculate offset from phnumAdrian Hunter2018-05-231-1/+5
| * | | | perf kcore_copy: Keep a count of phdrsAdrian Hunter2018-05-231-5/+4
| * | | | perf kcore_copy: Keep phdr data in a listAdrian Hunter2018-05-231-0/+9
| * | | | perf annotate: Show group event string for stdioJin Yao2018-05-231-1/+5
| * | | | perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter2018-05-235-7/+140
| * | | | perf machine: Create maps for x86 PTI entry trampolinesAdrian Hunter2018-05-235-19/+187
| * | | | perf machine: Allow for extra kernel mapsAdrian Hunter2018-05-225-12/+34
| * | | | perf machine: Fix map_groups__split_kallsyms() for entry trampoline symbolsAdrian Hunter2018-05-222-0/+21
| * | | | perf machine: Workaround missing maps for x86 PTI entry trampolinesAdrian Hunter2018-05-223-5/+106