summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan1-0/+2
2015-05-01perf report: Fix -T/--threads option to work againNamhyung Kim1-1/+1
2015-05-01Merge tag 'perf-urgent-for-mingo-2' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar8-44/+61
2015-04-27perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek1-0/+8
2015-04-27perf bench numa: Fixes of --quiet argumentPetr Holasek1-2/+2
2015-04-27perf bench futex: Fix hung wakeup tasks after requeueingDavidlohr Bueso1-7/+8
2015-04-27perf probe: Fix bug with global variables handlingHe Kuang1-1/+3
2015-04-27perf top: Fix a segfault when kernel map is restricted.Wang Nan1-1/+1
2015-04-24tools lib traceevent: Fix build failure on 32-bit archNamhyung Kim1-1/+1
2015-04-24perf kmem: Fix compiles on RHEL6/OL6David Ahern1-27/+27
2015-04-23tools lib api: Undefine _FORTIFY_SOURCE before setting itBobby Powers1-1/+1
2015-04-23perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon1-2/+2
2015-04-23perf trace: Disable events and drain events when forked workload endsArnaldo Carvalho de Melo1-0/+5
2015-04-23perf trace: Enable events when doing system wide tracing and starting a workloadArnaldo Carvalho de Melo1-2/+3
2015-04-22perf/x86/intel/uncore: Move PCI IDs for IMC to uncore driverSonny Rao2-5/+5
2015-04-22perf/x86/intel/uncore: Add support for Intel Haswell ULT (lower power Mobile ...Sonny Rao1-0/+8
2015-04-22perf/x86/intel: Add cpu_(prepare|starting|dying) for core_pmuJiri Olsa1-28/+38
2015-04-18perf/x86/intel/pt: Fix and clean up error handling in pt_event_add()Ingo Molnar1-18/+15
2015-04-17perf/x86/intel: Add Broadwell support for the LBR callstackKan Liang1-1/+1
2015-04-17perf/x86/intel/rapl: Fix energy counter measurements but supporing per domain...Jacob Pan1-21/+73
2015-04-17perf/x86/intel: Fix Core2,Atom,NHM,WSM cycles:pp eventsPeter Zijlstra1-0/+8
2015-04-17perf/x86: Fix hw_perf_event::flags collisionPeter Zijlstra1-9/+9
2015-04-14Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar8-107/+596
2015-04-13perf probe: Fix segfault when probe with lazy_line to fileHe Kuang1-1/+1
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota3-60/+74
2015-04-13perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang1-0/+1
2015-04-13perf kmem: Analyze page allocator events alsoNamhyung Kim2-17/+491
2015-04-13tracing, mm: Record pfn instead of pointer to struct pageNamhyung Kim3-29/+29
2015-04-12perf/x86/intel/pt: Clean up the control flow in pt_pmu_hw_init()Ingo Molnar1-23/+30
2015-04-11Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar11-37/+61
2015-04-10perf evlist: Fix type for references to data_head/tailDavid Ahern3-10/+9
2015-04-10perf probe: Check the orphaned -x optionMasami Hiramatsu1-0/+10
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu3-7/+13
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang3-9/+4
2015-04-10perf tools: Fix cross-endian analysisDavid Ahern1-1/+4
2015-04-10perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo1-8/+9
2015-04-10perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern1-2/+12
2015-04-08Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar24-213/+477
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa4-2/+49
2015-04-08perf report: Don't call map__kmap if map is NULL.Wang Nan1-1/+1
2015-04-08perf tests: Fix attr testsJiri Olsa2-2/+2
2015-04-08perf probe: Fix ARM 32 building errorWang Nan1-1/+2
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra3-182/+141
2015-04-08perf record: Add clockid parameterPeter Zijlstra5-4/+154
2015-04-08perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...Yunlong Song1-4/+4
2015-04-08perf sched replay: Support using -f to override perf.data file ownershipYunlong Song1-0/+1
2015-04-08perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...Yunlong Song1-5/+26
2015-04-08perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...Yunlong Song1-1/+3
2015-04-08perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...Yunlong Song1-2/+3
2015-04-08perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...Yunlong Song1-1/+6