summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
AgeCommit message (Expand)Author
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim
2012-09-24perf header: Remove unused @feat arg from ->process callbackNamhyung Kim
2012-09-24perf header: Use pre-processed session env when printingNamhyung Kim
2012-09-24perf header: Add ->process callbacks to most of featuresNamhyung Kim
2012-09-24perf header: Add struct perf_session_envNamhyung Kim
2012-09-21perf kvm: Events analysis toolXiao Guangrong
2012-09-20perf tools: Fix a compiling error in util/map.cFeng Tang
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option i...Feng Tang
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong
2012-09-17perf tools: Add sort__has_symNamhyung Kim
2012-09-14perf probe: Add union member access supportHyeoncheol Lee
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa
2012-09-11perf tools: Add memdup functionJiri Olsa
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea
2012-09-07perf tools: Fix build for another rbtree.c changeAdrian Hunter
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea
2012-09-07perf tools: replace mkostemp with mkstempIrina Tirdea
2012-09-07perf tools: include missing pthread.h headerIrina Tirdea
2012-09-07perf tools: fix missing winsize definitionIrina Tirdea
2012-09-07perf tools: include basename for non-glibc systemsIrina Tirdea
2012-09-07perf tools: Replace sort's standalone field_sep with symbol_conf.field_sepJiri Olsa
2012-09-07perf diff: Make diff command work with evsel histsJiri Olsa
2012-09-06perf tools: Fix cache event name generationJiri Olsa
2012-09-06perf evlist: Add fprintf methodArnaldo Carvalho de Melo
2012-09-06perf tools: Remove extraneous newline when parsing hardware cache eventsArnaldo Carvalho de Melo
2012-09-06perf test: Add round trip test for sw and hw event namesArnaldo Carvalho de Melo
2012-09-06perf header: Prepare tracepoint events regardless of nameNamhyung Kim
2012-09-06perf header: Fix a typo on evselNamhyung Kim
2012-09-05perf tools: Allow user to indicate path to objdump in command lineMaciek Borzecki
2012-09-05perf tools: Replace mempcpy with memcpyIrina Tirdea
2012-09-05perf header: Swap pmu mapping numbers if neededNamhyung Kim
2012-09-05perf header: Set tracepoint event name only if not setNamhyung Kim
2012-09-05perf header: Use evlist->nr_entries on write_event_desc()Namhyung Kim
2012-09-05perf tools: remove unneeded include of network header filesDavid Ahern
2012-09-05perf tools: Remove the node from rblist in strlist__removeSuzuki K. Poulose