summaryrefslogtreecommitdiff
path: root/tools/perf
Commit message (Expand)AuthorAge
* Revert "perf tools: Default to cpu// for events v5"Kan Liang2014-10-15
* perf top: Add a visual cue for toggle zeroing of samplesTaeung Song2014-10-15
* Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2014-10-15
|\
| * perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo2014-10-14
| * perf symbols: Fix map->end fixupArnaldo Carvalho de Melo2014-10-14
| * perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim2014-10-14
| * perf tools: fix off-by-one error in mapsStephane Eranian2014-10-14
| * perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo2014-10-14
| * perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2014-10-14
| * perf evsel: Add missing 'target' struct forward declarationArnaldo Carvalho de Melo2014-10-14
| * perf evlist: Default to syswide target when no thread/cpu maps setArnaldo Carvalho de Melo2014-10-14
| * perf evlist: Check that there is a thread_map when preparing a workloadArnaldo Carvalho de Melo2014-10-14
| * perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo2014-10-14
| * perf tools: Remove hists from evselArnaldo Carvalho de Melo2014-10-14
| * perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo2014-10-14
| * perf evsel: SubclassingArnaldo Carvalho de Melo2014-10-14
| * perf session: Remove last reference to hists structArnaldo Carvalho de Melo2014-10-14
| * perf ui browsers: Add missing includeArnaldo Carvalho de Melo2014-10-10
| * perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2014-10-10
| * perf session: Don't count per evsel eventsArnaldo Carvalho de Melo2014-10-10
| * perf evsel: Add hists helperArnaldo Carvalho de Melo2014-10-09
| * perf script: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-09
| * perf sched: Stop updating hists stats, not usedArnaldo Carvalho de Melo2014-10-09
| * perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2014-10-03
| * perf kvm stat live: Use fdarray object instead of pollfdJiri Olsa2014-10-03
| * perf kvm stat live: Use perf_evlist__add_pollfd return fd positionJiri Olsa2014-10-03
| * perf kvm stat live: Fix perf_evlist__add_pollfd error handlingJiri Olsa2014-10-03
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-10-13
|\ \ | |/
| * perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo2014-10-01
| * perf tools: Fix build breakage on arm64 targetsWill Deacon2014-10-01
| * perf symbols: Improve DSO long names lookup speed with rbtreeWaiman Long2014-10-01
| * perf symbols: Encapsulate dsos list head into struct dsosWaiman Long2014-09-30
| * perf bench futex: Sanitize -q option in requeueDavidlohr Bueso2014-09-29
| * perf bench futex: Support operations for shared futexesDavidlohr Bueso2014-09-29
| * perf trace: Fix mmap return address truncation to 32-bitChang Hyun Park2014-09-29
| * perf tools: Refactor unit and scale function parametersMatt Fleming2014-09-29
| * perf tools: Fix line number in the config file error messageJiri Olsa2014-09-26
| * perf tools: Convert {record,top}.call-graph option to call-graph.record-modeNamhyung Kim2014-09-26
| * perf tools: Introduce perf_callchain_config()Namhyung Kim2014-09-26
| * perf callchain: Move some parser functions to callchain.cNamhyung Kim2014-09-26
| * perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2014-09-26
| * perf hists browser: Fix callchain print bug on TUINamhyung Kim2014-09-26
| * perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar2014-09-26
| * perf tools: Modify error code for when perf_session__new() failsTaeung Song2014-09-26
| * perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2014-09-26
| * perf stat: Fix --per-core on multi socket systemsAndi Kleen2014-09-26
| * perf trace: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo2014-09-25
| * perf record: Filter out POLLHUP'ed file descriptorsArnaldo Carvalho de Melo2014-09-25
| * perf evlist: Unmap when all refcounts to fd are gone and events drainedArnaldo Carvalho de Melo2014-09-25
| * tools lib fd array: Allow associating an integer cookie with each entryArnaldo Carvalho de Melo2014-09-25