summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-02perf/x86: Mark Intel PT and LBR/BTS as mutually exclusiveAlexander Shishkin3-0/+94
2015-04-02x86: Add Intel Processor Trace (INTEL_PT) cpu feature detectionAlexander Shishkin2-0/+2
2015-04-02perf: Add ITRACE_START record to indicate that tracing has startedAlexander Shishkin3-0/+56
2015-04-02perf: Add wakeup watermark control to the AUX areaAlexander Shishkin4-5/+31
2015-04-02perf: Support overwrite mode for the AUX areaAlexander Shishkin3-15/+35
2015-04-02perf: Add API for PMUs to write to the AUX areaAlexander Shishkin4-4/+168
2015-04-02perf: Add AUX recordAlexander Shishkin3-0/+56
2015-04-02perf: Add a pmu capability for "exclusive" eventsAlexander Shishkin2-2/+119
2015-04-02perf: Add a capability for AUX_NO_SG pmus to do software double bufferingAlexander Shishkin2-1/+15