summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-03-08perf hists: Use own hpp_list for hierarchy modeNamhyung Kim7-73/+103
2016-03-08perf hists: Introduce perf_hpp__setup_hists_formats()Namhyung Kim4-0/+118
2016-03-08perf stat: Document --detailed optionBorislav Petkov1-0/+8
2016-03-08perf hists: Add level field to struct perf_hpp_fmtNamhyung Kim2-33/+42
2016-03-08perf tools: Use 64-bit shifts with (TSC) time conversionAdrian Hunter2-2/+2
2016-03-08perf jit: Move clockid validationAdrian Hunter2-24/+23
2016-03-08perf jit: Let jit_process() return errorsAdrian Hunter2-6/+16
2016-03-08perf session: Simplify tool stubsAdrian Hunter1-33/+7
2016-03-08perf inject: Hit all DSOs for AUX data in JIT and other casesAdrian Hunter1-4/+8
2016-03-08perf tools: Explicitly declare inc_group_count as a void functionColin Ian King1-1/+1
2016-03-04Merge tag 'perf-core-for-mingo-20160303' of git://git.kernel.org/pub/scm/linu...Ingo Molnar16-149/+566
2016-03-03perf stat: Check for frontend stalled for metricsAndi Kleen3-1/+10
2016-03-03tools/power turbostat: fix various build warningsColin Ian King1-4/+4
2016-03-03perf tests: Initialize sa.sa_flagsColin Ian King1-0/+1
2016-03-03perf test: Fix hists related entriesArnaldo Carvalho de Melo1-15/+22
2016-03-03tools lib traceevent: Fix output of %llu for 64 bit values read on 32 bit mac...Steven Rostedt (Red Hat)1-1/+1
2016-03-03tools lib traceevent: Set int_array fields to NULL if freeing from errorSteven Rostedt (Red Hat)1-0/+3
2016-03-03tools lib traceevent: Fix time stamp rounding issueChaos.Chen1-0/+5
2016-03-03perf script: Fix double free on command_lineColin Ian King1-2/+2
2016-03-03tools build: Use .s extension for preprocessed assembler codeMasahiro Yamada1-1/+1
2016-03-03perf stat: Support metrics in --per-core/socket modeAndi Kleen2-8/+63
2016-03-03perf stat: Implement CSV metrics outputAndi Kleen2-5/+70
2016-03-03perf record: Ensure return non-zero rc when mmap failWang Nan1-1/+4
2016-03-03perf record: Introduce record__finish_output() to finish a perf.dataWang Nan1-12/+25
2016-03-03perf record: Extract synthesize code to record__synthesize()Wang Nan1-55/+70
2016-03-03perf record: Use WARN_ONCE to replace 'if' conditionWang Nan1-8/+7
2016-03-03perf data: Explicitly set byte order for integer typesWang Nan1-0/+6
2016-03-03perf data: Support converting data from bpf_perf_event_output()Wang Nan1-1/+111
2016-03-03perf stat: Check existence of frontend/backed stalled cyclesAndi Kleen1-2/+20
2016-03-03perf tools: Fix locale handling in pmu parsingJiri Olsa1-0/+13
2016-03-03perf/x86/uncore: Fix build on UP-IOAPIC configsIngo Molnar1-0/+2
2016-02-29tools lib traceevent: Split pevent_print_event() into specific functionality ...Steven Rostedt2-32/+117
2016-02-29tracing/syscalls: Rename "/format" tracepoint field name "nr" to "__syscall_nr:Taeung Song1-7/+9
2016-02-29perf trace: Check and discard not only 'nr' but also '__syscall_nr'Taeung Song1-2/+6
2016-02-29perf tools: Fix python extension buildJiri Olsa1-0/+4
2016-02-29perf: Export perf_event_sysfs_show()Thomas Gleixner1-0/+1
2016-02-29perf/x86/intel/rapl: Convert it to a per package facilityThomas Gleixner1-108/+86
2016-02-29perf/x86/intel/rapl: Utilize event->pmu_privateThomas Gleixner1-4/+12
2016-02-29perf/x86/intel/rapl: Make PMU lock rawThomas Gleixner1-10/+10
2016-02-29perf/x86/intel/rapl: Refactor the code some moreThomas Gleixner1-30/+31
2016-02-29perf/x86/intel/rapl: Clean up the printk outputThomas Gleixner1-19/+23
2016-02-29perf/x86/intel/rapl: Calculate timing onceThomas Gleixner1-21/+18
2016-02-29perf/x86/intel/rapl: Sanitize the quirk handlingThomas Gleixner1-30/+19
2016-02-29perf/x86/intel/rapl: Add proper error handlingThomas Gleixner1-8/+21
2016-02-29perf/x86/intel/rapl: Make Knights Landings support functionalThomas Gleixner1-1/+1
2016-02-29perf/x86/intel/cqm: Get rid of the silly for_each_cpu() lookupsThomas Gleixner1-21/+11
2016-02-29cpumask: Export cpumask_any_but()Thomas Gleixner1-0/+1
2016-02-29perf/x86/intel/uncore: Make PCI and MSR uncore independentThomas Gleixner1-16/+18
2016-02-29perf/x86/intel/uncore: Clear all hardware state on exitThomas Gleixner1-0/+26
2016-02-29perf/x86/uncore: Track packages, not per CPU dataThomas Gleixner3-252/+198