summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-10-03perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen
2014-10-03Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-10-01perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo
2014-10-01perf tools: Fix build breakage on arm64 targetsWill Deacon
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long
2014-09-29perf bench futex: Sanitize -q option in requeueDavidlohr Bueso
2014-09-29perf bench futex: Support operations for shared futexesDavidlohr Bueso
2014-09-29perf trace: Fix mmap return address truncation to 32-bitChang Hyun Park
2014-09-29perf tools: Refactor unit and scale function parametersMatt Fleming
2014-09-27Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-09-26perf tools: Fix line number in the config file error messageJiri Olsa
2014-09-26perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim
2014-09-26perf tools: Introduce perf_callchain_config()Namhyung Kim
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim
2014-09-26perf hists browser: Fix callchain print bug on TUINamhyung Kim
2014-09-26perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar
2014-09-26perf tools: Modify error code for when perf_session__new() failsTaeung Song
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen
2014-09-26perf stat: Fix --per-core on multi socket systemsAndi Kleen
2014-09-26Merge tag 'perf-fdarray-for-mingo' of git://git.kernel.org/pub/scm/linux/kern...Ingo Molnar
2014-09-25perf trace: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo
2014-09-25perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo
2014-09-25perf evlist: Unmap when all refcounts to fd are gone and events drainedArnaldo Carvalho de Melo
2014-09-25tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo
2014-09-25perf evlist: Refcount mmapsArnaldo Carvalho de Melo
2014-09-25tools lib api: Adopt fdarray class from perf's evlistArnaldo Carvalho de Melo
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo
2014-09-25perf kvm stat live: Use perf_evlist__add_pollfd() instead of local equivalentArnaldo Carvalho de Melo
2014-09-25perf tests: Add pollfd growing testArnaldo Carvalho de Melo
2014-09-25perf evlist: Allow growing pollfd on add methodArnaldo Carvalho de Melo
2014-09-25perf evlist: We need to poll all event file descriptorsArnaldo Carvalho de Melo
2014-09-25perf evlist: Monitor POLLERR and POLLHUP events tooArnaldo Carvalho de Melo
2014-09-25perf tests: Add test for perf_evlist__filter_pollfd()Arnaldo Carvalho de Melo
2014-09-25perf evlist: Introduce perf_evlist__filter_pollfd methodArnaldo Carvalho de Melo
2014-09-24perf/x86/intel/uncore: Update support for client uncore IMC PMUStephane Eranian
2014-09-24perf/x86/intel/uncore: Fix PCU filter setup for Sandy/Ivy/Haswell EPAndi Kleen
2014-09-24perf/x86/intel/uncore: Add missing cbox filter flags on IvyBridge-EP uncore d...Andi Kleen
2014-09-24perf/x86/intel/uncore: Register the PMU only if the uncore pci device existsYan, Zheng
2014-09-24perf/x86/intel/uncore: Add Haswell-EP uncore supportYan, Zheng
2014-09-24perf/x86/intel: Use Broadwell cache event list for HaswellAndi Kleen
2014-09-24perf/x86: Add INST_RETIRED.ALL workaroundsAndi Kleen
2014-09-24perf/x86/intel: Add Broadwell core supportAndi Kleen
2014-09-24perf/x86/intel: Document all Haswell modelsAndi Kleen
2014-09-24perf/x86/intel: Remove incorrect model number from Haswell perfAndi Kleen
2014-09-24Revert "perf: Do not allow optimized switch for non-cloned events"Jiri Olsa
2014-09-24perf: Fix child event initial state setupJiri Olsa
2014-09-24perf: Do not POLLHUP event if it has childrenJiri Olsa
2014-09-19Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar