aboutsummaryrefslogtreecommitdiffstats
path: root/firmware (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-03perf kvm stat live: Use fdarray object instead of pollfdJiri Olsa1-12/+4
2014-10-03perf kvm stat live: Use perf_evlist__add_pollfd return fd positionJiri Olsa1-2/+2
2014-10-03perf kvm stat live: Fix perf_evlist__add_pollfd error handlingJiri Olsa1-2/+2
2014-10-03perf/x86: Tone down kernel messages when the PMU check fails in a virtual environmentWei Huang1-1/+2
2014-10-03perf/x86/intel/uncore: Fix minor race in box set upAndi Kleen1-0/+4
2014-10-01perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo1-1/+1
2014-10-01perf tools: Fix build breakage on arm64 targetsWill Deacon1-0/+1
2014-10-01perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long3-5/+71
2014-09-30perf symbols: Encapsulate dsos list head into struct dsosWaiman Long7-41/+60
2014-09-29perf bench futex: Sanitize -q option in requeueDavidlohr Bueso1-1/+3
2014-09-29perf bench futex: Support operations for shared futexesDavidlohr Bueso3-16/+30
2014-09-29perf trace: Fix mmap return address truncation to 32-bitChang Hyun Park1-3/+3
2014-09-29perf tools: Refactor unit and scale function parametersMatt Fleming3-21/+33
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-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