summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf record: Use WARN_ONCE to replace 'if' conditionWang Nan2016-03-031-8/+7
* perf data: Explicitly set byte order for integer typesWang Nan2016-03-031-0/+6
* perf data: Support converting data from bpf_perf_event_output()Wang Nan2016-03-031-1/+111
* perf stat: Check existence of frontend/backed stalled cyclesAndi Kleen2016-03-031-2/+20
* perf tools: Fix locale handling in pmu parsingJiri Olsa2016-03-031-0/+13
* tools lib traceevent: Split pevent_print_event() into specific functionality ...Steven Rostedt2016-02-292-32/+117
* tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song2016-02-291-7/+9
* perf trace: Check and discard not only 'nr' but also '__syscall_nr'Taeung Song2016-02-291-2/+6
* perf tools: Fix python extension buildJiri Olsa2016-02-291-0/+4
* perf: Export perf_event_sysfs_show()Thomas Gleixner2016-02-291-0/+1
* perf/x86/intel/rapl: Convert it to a per package facilityThomas Gleixner2016-02-291-108/+86
* perf/x86/intel/rapl: Utilize event->pmu_privateThomas Gleixner2016-02-291-4/+12
* perf/x86/intel/rapl: Make PMU lock rawThomas Gleixner2016-02-291-10/+10
* perf/x86/intel/rapl: Refactor the code some moreThomas Gleixner2016-02-291-30/+31
* perf/x86/intel/rapl: Clean up the printk outputThomas Gleixner2016-02-291-19/+23
* perf/x86/intel/rapl: Calculate timing onceThomas Gleixner2016-02-291-21/+18
* perf/x86/intel/rapl: Sanitize the quirk handlingThomas Gleixner2016-02-291-30/+19
* perf/x86/intel/rapl: Add proper error handlingThomas Gleixner2016-02-291-8/+21
* perf/x86/intel/rapl: Make Knights Landings support functionalThomas Gleixner2016-02-291-1/+1
* perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookupsThomas Gleixner2016-02-291-21/+11
* cpumask: Export cpumask_any_but()Thomas Gleixner2016-02-291-0/+1
* perf/x86/intel/uncore: Make PCI and MSR uncore independentThomas Gleixner2016-02-291-16/+18
* perf/x86/intel/uncore: Clear all hardware state on exitThomas Gleixner2016-02-291-0/+26
* perf/x86/uncore: Track packages, not per CPU dataThomas Gleixner2016-02-293-252/+198
* x86/topology: Create logical package idThomas Gleixner2016-02-296-0/+142
* perf/x86/intel/uncore: Store box in event->pmu_privateThomas Gleixner2016-02-293-16/+12
* perf: Allow storage of PMU private data in eventThomas Gleixner2016-02-291-0/+1
* perf/x86/uncore: Make uncore_pcibus_to_physid() staticThomas Gleixner2016-02-292-2/+1
* perf/x86/intel/uncore: Make code more readableThomas Gleixner2016-02-291-45/+50
* perf/x86/intel/uncore: Clean up hardware on exitThomas Gleixner2016-02-294-1/+33
* perf/x86/intel/uncore: Add sanity checks for PCI dev package idThomas Gleixner2016-02-291-1/+1
* perf/x86/intel/uncore: Fix error handlingThomas Gleixner2016-02-292-43/+94
* perf/x86/intel/uncore: Simplify error rollbackThomas Gleixner2016-02-291-21/+24
* perf/x86/intel/uncore: Remove pointless mask checkThomas Gleixner2016-02-291-6/+0
* perf: Add a reviewerPeter Zijlstra2016-02-291-0/+1
* perf/x86/intel/uncore: Remove SBOX support for BDX-DEKan Liang2016-02-291-1/+7
* Merge tag 'v4.5-rc6' into perf/core, to pick up fixesIngo Molnar2016-02-29501-4313/+7061
|\
| * Linux 4.5-rc6v4.5-rc6Linus Torvalds2016-02-281-1/+1
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-02-282-131/+244
| |\
| | * perf: Robustify task_function_call()Peter Zijlstra2016-02-251-20/+20
| | * perf: Fix scaling vs. perf_install_in_context()Peter Zijlstra2016-02-251-45/+70
| | * perf: Fix scaling vs. perf_event_enable()Peter Zijlstra2016-02-251-19/+23
| | * perf: Fix scaling vs. perf_event_enable_on_exec()Peter Zijlstra2016-02-251-0/+1
| | * perf: Fix ctx time tracking by introducing EVENT_TIMEPeter Zijlstra2016-02-251-12/+30
| | * perf: Cure event->pending_disable racePeter Zijlstra2016-02-251-3/+3
| | * perf: Fix race between event install and jump_labelsPeter Zijlstra2016-02-252-11/+44
| | * perf: Fix cloningPeter Zijlstra2016-02-252-15/+15
| | * perf: Only update context time when activePeter Zijlstra2016-02-251-6/+6
| | * perf: Allow perf_release() with !event->ctxPeter Zijlstra2016-02-251-3/+13
| | * perf: Do not double freePeter Zijlstra2016-02-251-1/+6
OpenPOWER on IntegriCloud