summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf machine: Add machine__is() to identify machine archAdrian Hunter2018-05-194-0/+31
* perf bpf: Fixup include and examples install messagesArnaldo Carvalho de Melo2018-05-191-0/+2
* perf annotate: Create hotkey 'c' to show min/max cyclesJin Yao2018-05-193-7/+45
* perf annotate: Record the min/max cyclesJin Yao2018-05-182-1/+17
* perf script: Show symbol offsets by defaultSandipan Das2018-05-182-18/+20
* perf script: Show virtual addresses instead of offsetsSandipan Das2018-05-171-1/+1
* perf tools: No need to unconditionally read the max_stack sysctlsArnaldo Carvalho de Melo2018-05-176-10/+18
* perf tools: Read the cache line size lazilyArnaldo Carvalho de Melo2018-05-175-17/+25
* tools include compiler-gcc: Add __pure attribute helperArnaldo Carvalho de Melo2018-05-171-0/+3
* tools lib api fs tracing_path: Make tracing_events_path privateArnaldo Carvalho de Melo2018-05-172-4/+1
* tools lib api fs tracing_path: Introduce opendir() methodArnaldo Carvalho de Melo2018-05-174-5/+21
* perf parse-events: Use get/put_events_file()Arnaldo Carvalho de Melo2018-05-173-22/+43
* perf tools: Reuse the path to the tracepoint /events/ directoryArnaldo Carvalho de Melo2018-05-171-8/+7
* tools lib api fs tracing_path: Introduce get/put_events_file() helpersArnaldo Carvalho de Melo2018-05-173-6/+25
* tools lib api: Unexport 'tracing_path' variableArnaldo Carvalho de Melo2018-05-164-9/+4
* tools lib api: The tracing_mnt variable doesn't need to be globalArnaldo Carvalho de Melo2018-05-161-3/+2
* perf config: Call perf_config__init() lazilyArnaldo Carvalho de Melo2018-05-163-9/+9
* Merge tag 'perf-core-for-mingo-4.18-20180516' of git://git.kernel.org/pub/scm...Ingo Molnar2018-05-16591-2410/+4747
|\
| * perf bpf: Fix NULL return handling in bpf__prepare_load()YueHaibing2018-05-161-3/+3
| * perf parse-events: Handle uncore event aliases in small groups properlyKan Liang2018-05-164-9/+137
| * perf tools: Use the "_stest" symbol to identify the kernel map when loading k...Adrian Hunter2018-05-151-8/+8
| * perf bpf: Add probe() helper to reduce kprobes boilerplateArnaldo Carvalho de Melo2018-05-152-2/+11
| * perf bpf: Add license(NAME) helperArnaldo Carvalho de Melo2018-05-153-4/+7
| * perf bpf: Add kprobe example to catch 5s napsArnaldo Carvalho de Melo2018-05-151-0/+44
| * perf bpf: Add bpf.h to be used in eBPF proggiesArnaldo Carvalho de Melo2018-05-153-2/+10
| * perf bpf: Add 'examples' directoriesArnaldo Carvalho de Melo2018-05-153-0/+12
| * perf llvm-utils: Add bpf include path to clang command lineArnaldo Carvalho de Melo2018-05-154-5/+27
| * perf buildid-cache: Warn --purge-all failuresRavi Bangoria2018-05-151-2/+6
| * perf tests parse-events: Add intel_pt parse testArnaldo Carvalho de Melo2018-05-151-0/+13
| * Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo2018-05-15578-2384/+4478
|/|
| * Merge tag 'perf-urgent-for-mingo-4.17-20180514' of git://git.kernel.org/pub/s...Ingo Molnar2018-05-154-6/+29
| |\
| | * perf tools: Add missing newline when parsing empty BPF proggieArnaldo Carvalho de Melo2018-05-111-1/+1
| | * perf cs-etm: Remove redundant spaceLeo Yan2018-05-111-2/+2
| | * perf cs-etm: Support unknown_thread in cs_etm_auxtraceLeo Yan2018-05-111-2/+22
| | * perf annotate: Display all available events on --stdioJin Yao2018-05-101-0/+3
| | * perf test: "probe libc's inet_pton" fails on s390 due to missing inlineThomas Richter2018-05-101-1/+1
| * | Linux 4.17-rc5v4.17-rc5Linus Torvalds2018-05-131-1/+1
| * | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-05-1314-78/+153
| |\ \
| | * | x86/vdso: Remove unused fileJann Horn2018-05-051-1/+0
| | * | perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msrPeter Zijlstra2018-05-051-0/+2
| | * | perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driverPeter Zijlstra2018-05-051-3/+6
| | * | perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()Peter Zijlstra2018-05-051-0/+3
| | * | perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*Peter Zijlstra2018-05-051-1/+4
| | * | perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-051-2/+5
| | * | sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-2/+5
| | * | sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]Peter Zijlstra2018-05-051-1/+6
| | * | sched/core: Introduce set_special_state()Peter Zijlstra2018-05-044-24/+62
| | * | kthread, sched/wait: Fix kthread_parkme() completion issuePeter Zijlstra2018-05-033-35/+41
| | * | kthread, sched/wait: Fix kthread_parkme() wait-loopPeter Zijlstra2018-05-031-3/+4
| | * | sched/fair: Fix the update of blocked load when newly idleVincent Guittot2018-05-031-1/+1