summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-08perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th...Yunlong Song1-2/+9
2015-04-08perf sched replay: Increase the MAX_PID value to fix assertion failure problemYunlong Song1-1/+1
2015-04-08perf sched replay: Use struct task_desc instead of struct task_task for corre...Yunlong Song1-1/+1
2015-04-08perf kmem: Respect -i optionJiri Olsa1-1/+2
2015-04-08tools lib traceevent: Honor operator priorityNamhyung Kim1-1/+16
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan7-16/+70
2015-04-08perf evlist: Fix inverted logic in perf_mmap__emptyHe Kuang1-1/+1
2015-04-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar22-47/+69
2015-04-02perf data: Support using -f to override perf.data file ownership for 'convert'Yunlong Song3-3/+6
2015-04-02perf trace: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf timechart: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf script: Support using -f to override perf.data file ownershipYunlong Song1-4/+5
2015-04-02perf mem: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf lock: Support using -f to override perf.data file ownershipYunlong Song1-0/+5
2015-04-02perf kvm: Support using -f to override perf.data.guest file ownershipYunlong Song2-0/+3
2015-04-02perf kmem: Support using -f to override perf.data file ownershipYunlong Song1-4/+5
2015-04-02perf inject: Support using -f to override perf.data file ownershipYunlong Song1-0/+1
2015-04-02perf evlist: Support using -f to override perf.data file ownershipYunlong Song2-0/+3
2015-04-02perf probe: Fix to track down unnamed union/structure membersMasami Hiramatsu2-5/+17
2015-04-02perf db-export: No need to have ->thread twice in struct export_sampleArnaldo Carvalho de Melo3-3/+1
2015-04-02perf db-export: No need to pass thread twice to db_export__sampleArnaldo Carvalho de Melo3-4/+4
2015-04-02perf scripting: No need to pass thread twice to the scripting callbacksArnaldo Carvalho de Melo5-17/+11
2015-04-02perf script: No need to lookup thread twiceArnaldo Carvalho de Melo1-9/+1
2015-04-02perf/x86/intel/pt: Fix the 32-bit buildIngo Molnar2-3/+3
2015-04-02perf/x86/intel: Avoid rewriting DEBUGCTL with the same value for LBRsAndi Kleen1-2/+4
2015-04-02perf/x86/intel: Streamline LBR MSR handling in PMIAndi Kleen3-10/+27
2015-04-02perf/x86: Only dump PEBS register when PEBS has been detectedAndi Kleen1-2/+4
2015-04-02perf/x86: Dump DEBUGCTL in PMU dumpAndi Kleen1-1/+5
2015-04-02perf/x86/intel: Reset more state in PMU resetAndi Kleen1-0/+12
2015-04-02perf/x86/intel: Make the HT bug workaround conditional on HT enabledStephane Eranian2-21/+79
2015-04-02watchdog: Add watchdog enable/disable all functionsStephane Eranian2-0/+36
2015-04-02perf/x86/intel: Limit to half counters when the HT workaround is enabled, to ...Stephane Eranian2-2/+22
2015-04-02perf/x86/intel: Fix intel_get_event_constraints() for dynamic constraintsStephane Eranian1-5/+10
2015-04-02perf/x86/intel: Enforce HT bug workaround with PEBS for SNB/IVB/HSWMaria Dimakopoulou2-11/+37
2015-04-02perf/x86/intel: Enforce HT bug workaround for SNB/IVB/HSWMaria Dimakopoulou1-9/+44
2015-04-02perf/x86/intel: Implement cross-HT corruption bug workaroundMaria Dimakopoulou3-13/+331
2015-04-02perf/x86/intel: Add cross-HT counter exclusion infrastructureMaria Dimakopoulou2-5/+98
2015-04-02perf/x86: Add 'index' param to get_event_constraint() callbackStephane Eranian4-10/+19
2015-04-02perf/x86: Add 3 new scheduling callbacksMaria Dimakopoulou2-0/+18
2015-04-02perf/x86: Vectorize cpuc->kfree_on_onlineStephane Eranian4-6/+19
2015-04-02perf/x86: Rename x86_pmu::er_flags to 'flags'Stephane Eranian2-15/+18
2015-04-02Merge branch 'perf/urgent' into perf/core, before applying dependent patchesIngo Molnar37-162/+269
2015-04-02perf/x86/intel/bts: Add BTS PMU driverAlexander Shishkin5-3/+540
2015-04-02perf/x86/intel/pt: Add Intel PT PMU driverAlexander Shishkin6-0/+1256