summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-10-15perf callchain: Create an address space per threadNamhyung Kim3-5/+55
2014-10-15perf evlist: Fix for double free in tools/perf statYasser Shalabi1-0/+1
2014-10-15perf tools: Add support to new style format of kernel PMU eventKan Liang2-1/+69
2014-10-15perf tools: Parse the pmu event prefix and suffixKan Liang4-10/+141
2014-10-15Revert "perf tools: Default to cpu// for events v5"Kan Liang3-54/+1
2014-10-15Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar19-119/+254
2014-10-14perf symbols: Make sym->end be the first address after the symbol rangeArnaldo Carvalho de Melo3-8/+8
2014-10-14perf symbols: Fix map->end fixupArnaldo Carvalho de Melo1-1/+1
2014-10-14perf tools: Fixup off-by-one comparision in maps__findNamhyung Kim1-1/+1
2014-10-14perf tools: fix off-by-one error in mapsStephane Eranian1-3/+3
2014-10-14perf machine: Add missing dsos->root rbtree root initializationArnaldo Carvalho de Melo1-2/+8
2014-10-14perf evsel: Make some exit routines staticArnaldo Carvalho de Melo2-6/+3
2014-10-14perf evsel: Add missing 'target' struct forward declarationArnaldo Carvalho de Melo1-0/+1
2014-10-14perf evlist: Default to syswide target when no thread/cpu maps setArnaldo Carvalho de Melo1-0/+40
2014-10-14perf evlist: Check that there is a thread_map when preparing a workloadArnaldo Carvalho de Melo1-1/+7
2014-10-14perf thread_map: Create dummy constructor out of open coded equivalentArnaldo Carvalho de Melo2-8/+14
2014-10-14perf tools: Remove hists from evselArnaldo Carvalho de Melo4-22/+48
2014-10-14perf callchain: Move the callchain_param extern to callchain.hArnaldo Carvalho de Melo4-2/+4
2014-10-14perf evsel: SubclassingArnaldo Carvalho de Melo2-2/+50
2014-10-14perf session: Remove last reference to hists structArnaldo Carvalho de Melo4-8/+17
2014-10-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds56-661/+1972
2014-10-10perf tools: Move events_stats struct to event.hArnaldo Carvalho de Melo2-26/+26
2014-10-10perf session: Don't count per evsel eventsArnaldo Carvalho de Melo1-16/+0
2014-10-09perf evsel: Add hists helperArnaldo Carvalho de Melo4-13/+22
2014-10-09saner perf_atoll()Al Viro1-60/+30
2014-10-03perf callchain: Move callchain_param to util object in to fix python testJiri Olsa2-7/+8
2014-10-01perf record: Fix error message for --filter option not coming after tracepointArnaldo Carvalho de Melo1-1/+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 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: Introduce perf_callchain_config()Namhyung Kim3-19/+94
2014-09-26perf callchain: Move some parser functions to callchain.cNamhyung Kim2-1/+85
2014-09-26perf tools: Move callchain config from record_opts to callchain_paramNamhyung Kim2-7/+9
2014-09-26perf tools: Use ACCESS_ONCE() instead of volatile castPranith Kumar1-1/+1
2014-09-26perf tools: Fix perf record as non root with kptr_restrict == 1Andi Kleen2-3/+7
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 Melo1-1/+1
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 Melo3-53/+13
2014-09-25perf evlist: Introduce poll method for common code idiomArnaldo Carvalho de Melo3-1/+8
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 evlist: Introduce perf_evlist__filter_pollfd methodArnaldo Carvalho de Melo2-0/+23
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 Hiramatsu2-5/+7
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