aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-09-29perf tools: Refactor unit and scale function parametersMatt Fleming3-21/+33
2014-09-27Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar24-163/+241
2014-09-26perf tools: Fix line number in the config file error messageJiri Olsa1-2/+11
2014-09-26perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim2-2/+2
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim3-19/+94
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim4-88/+88
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim5-38/+30
2014-09-26perf hists browser: Fix callchain print bug on TUINamhyung Kim1-3/+0
2014-09-26perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar1-1/+1
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song13-14/+14
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2-3/+7
2014-09-26perf stat: Fix --per-core on multi socket systemsAndi Kleen1-4/+5
2014-09-26Merge tag 'perf-fdarray-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar17-43/+501
2014-09-25perf trace: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo1-1/+6
2014-09-25perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo1-2/+5
2014-09-25perf evlist: Unmap when all refcounts to fd are gone and events drainedArnaldo Carvalho de Melo1-6/+29
2014-09-25tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo4-10/+44
2014-09-25perf evlist: Refcount mmapsArnaldo Carvalho de Melo2-2/+51
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo12-278/+342
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo9-8/+15
2014-09-25perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo1-13/+9
2014-09-25perf tests: Add pollfd growing testArnaldo Carvalho de Melo3-0/+116
2014-09-25perf evlist: Allow growing pollfd on add methodArnaldo Carvalho de Melo2-7/+36
2014-09-25perf evlist: We need to poll all event file descriptorsArnaldo Carvalho de Melo1-2/+2
2014-09-25perf evlist: Monitor POLLERR and POLLHUP events tooArnaldo Carvalho de Melo1-1/+1
2014-09-25perf tests: Add test for perf_evlist__filter_pollfd()Arnaldo Carvalho de Melo4-0/+109
2014-09-25perf evlist: Introduce perf_evlist__filter_pollfd methodArnaldo Carvalho de Melo2-0/+23
2014-09-24perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian2-18/+52
2014-09-24perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen1-1/+1
2014-09-24perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore driverAndi Kleen1-2/+9
2014-09-24perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng1-8/+11
2014-09-24perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng3-2/+615
2014-09-24perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen1-2/+2
2014-09-24perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen3-0/+29
2014-09-24perf/x86/intel: Add Broadwell core supportAndi Kleen1-0/+150
2014-09-24perf/x86/intel: Document all Haswell modelsAndi Kleen1-4/+4
2014-09-24perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen1-1/+0
2014-09-24Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa1-1/+1
2014-09-24perf: Fix child event initial state setupJiri Olsa1-1/+2
2014-09-24perf: Do not POLLHUP event if it has childrenJiri Olsa1-1/+20
2014-09-19Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar31-60/+487
2014-09-17perf record: Use ring buffer consume method to look like other toolsArnaldo Carvalho de Melo1-4/+4
2014-09-17perf probe: Do not use dwfl_module_addrsym if dwarf_diename finds symbol nameMasami Hiramatsu1-6/+10
2014-09-17perf probe: Do not access kallsyms when analyzing user binariesMasami Hiramatsu3-6/+9
2014-09-17perf symbols: Add path to Ubuntu kernel debuginfo fileAnton Blanchard1-1/+7
2014-09-17perf symbols: Ignore stripped vmlinux and fallback to kallsymsAnton Blanchard1-0/+8
2014-09-17perf tools: define _DEFAULT_SOURCE for glibc_2.20Chanho Park1-0/+2
2014-09-17perf tools: Don't include sys/poll.h directlyArnaldo Carvalho de Melo3-3/+3
2014-09-17perf tools: Fix GNU-only grep usage in MakefileJohn Spencer1-1/+1
2014-09-17perf tools: Disable kernel symbol demangling by defaultAvi Kivity9-1/+23