summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-06-26perf tests: Add thread_map object testsJiri Olsa4-0/+44
2015-06-26perf thrad_map: Add comm string into arrayJiri Olsa3-0/+68
2015-06-26perf thread_map: Introduce thread_map__reset functionJiri Olsa1-1/+16
2015-06-26perf trace: Validate syscall list passed via -e argumentArnaldo Carvalho de Melo1-0/+32
2015-06-26Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar21-43/+129
2015-06-26Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-0/+4
2015-06-25perf tools: Make perf_evsel__(nr_)cpus genericJiri Olsa2-10/+11
2015-06-25perf evlist: Propagate thread maps through the evlistJiri Olsa3-1/+5
2015-06-25perf evlist: Propagate cpu maps to evsels in an evlistJiri Olsa1-1/+24
2015-06-25perf tools: Add reference counting for thread_map objectJiri Olsa11-14/+43
2015-06-25perf tools: Add reference counting for cpu_map objectJiri Olsa13-15/+45
2015-06-25perf header: Delete an unnecessary check before the calling free_event_desc()Markus Elfring1-2/+1
2015-06-25perf tools: Future-proof thread_map allocation size calculationArnaldo Carvalho de Melo1-1/+1
2015-06-25perf bench numa: Fix to show proper convergence statsSrikar Dronamraju1-0/+4
2015-06-25Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar17-72/+136
2015-06-24perf tools: Allow auxtrace data alignmentAdrian Hunter2-0/+8
2015-06-24perf thread_map: Change map entries into a structJiri Olsa1-3/+7
2015-06-24perf thread_map: Don't access the array entries directlyJiri Olsa8-22/+34
2015-06-24perf probe: Fix failure to probe events on armHe Kuang1-1/+5
2015-06-24perf tools: Print a newline before dumping Aggregated statsAdrian Hunter1-1/+1
2015-06-24perf session: Print a newline when dumping PERF_RECORD_FINISHED_ROUNDAdrian Hunter1-0/+2
2015-06-24perf tools: Allow events with dotAndi Kleen1-3/+2
2015-06-24perf pmu: Split perf_pmu__new_alias()Sukadev Bhattiprolu1-15/+27
2015-06-24perf pmu: Use __weak definition from <linux/compiler.h>Sukadev Bhattiprolu1-1/+2
2015-06-23Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds49-191/+378
2015-06-23Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-33/+59
2015-06-23Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds78-1563/+2292
2015-06-23Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds252-6645/+7021
2015-06-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+10
2015-06-23Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds9-186/+131
2015-06-23Merge branch 'x86-kdump-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-7/+23
2015-06-23Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds86-3336/+4082
2015-06-23Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds10-9/+676
2015-06-23Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+47
2015-06-23Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds6-23/+63
2015-06-23Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-84/+72
2015-06-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds138-972/+1442
2015-06-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-36/+84
2015-06-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds211-2891/+10821
2015-06-23Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds61-102/+1423
2015-06-23Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds57-624/+809
2015-06-22Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds86-1522/+1222
2015-06-22perf build: Fix single target build dependency checkJiri Olsa1-2/+2
2015-06-22perf tests: Add test for make install with prefixJiri Olsa1-0/+8
2015-06-22perf tests: Add testing for Makefile.perfJiri Olsa1-3/+20
2015-06-22perf top: Move toggling event logic into hists browserNamhyung Kim2-23/+20
2015-06-22Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar643-5867/+9094
2015-06-22Linux 4.1v4.1Linus Torvalds1-1/+1
2015-06-21clocksource: Increase dependencies of timer-stm32 to limit build wreckagePaul Gortmaker1-2/+2
2015-06-21x86/hpet: Use proper hpet device number for MSI allocationThomas Gleixner1-5/+6