aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse1-0/+1
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds77-2491/+4892
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variablesHyeoncheol Lee1-0/+2
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim1-2/+7
2012-09-26perf evsel: Export the event_format constructorArnaldo Carvalho de Melo2-1/+4
2012-09-26perf evsel: Introduce rawptr() methodArnaldo Carvalho de Melo2-2/+9
2012-09-26perf tools: Use perf_evsel__newtp in the event parserArnaldo Carvalho de Melo1-30/+16
2012-09-26perf evsel: The tracepoint constructor should store sys:nameArnaldo Carvalho de Melo1-4/+5
2012-09-26perf evlist: Introduce set_filter() methodArnaldo Carvalho de Melo4-18/+48
2012-09-26perf evlist: Renane set_filters method to apply_filtersArnaldo Carvalho de Melo2-2/+2
2012-09-26perf evsel: Handle endianity in intval methodArnaldo Carvalho de Melo1-4/+34
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo7-15/+21
2012-09-26perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo2-6/+17
2012-09-26perf evsel: Improve tracepoint constructor setupArnaldo Carvalho de Melo1-1/+5
2012-09-24perf evsel: Provide a new constructor for tracepointsArnaldo Carvalho de Melo2-6/+87
2012-09-24perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf1-0/+1
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea2-17/+37
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim2-60/+1
2012-09-24perf header: Remove unused @feat arg from ->process callbackNamhyung Kim1-35/+35
2012-09-24perf header: Use pre-processed session env when printingNamhyung Kim1-141/+66
2012-09-24perf header: Add ->process callbacks to most of featuresNamhyung Kim1-11/+308
2012-09-24perf header: Add struct perf_session_envNamhyung Kim1-0/+24
2012-09-21perf kvm: Events analysis toolXiao Guangrong3-1/+61
2012-09-20perf tools: Fix a compiling error in util/map.cFeng Tang1-3/+2
2012-09-20perf tools: Fix a compiling error in trace-event-perl.c for 32 bits machineFeng Tang1-1/+1
2012-09-17perf stat: Check PMU cpumask fileYan, Zheng6-12/+62
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option is usedFeng Tang1-2/+3
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong2-0/+73
2012-09-17perf tools: Add sort__has_symNamhyung Kim2-0/+6
2012-09-14perf probe: Add union member access supportHyeoncheol Lee1-8/+16
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo2-0/+42
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea39-222/+270
2012-09-11perf tools: Back [vdso] DSO with real dataJiri Olsa6-25/+190
2012-09-11perf symbols: Make dsos__find function globally availableJiri Olsa2-1/+2
2012-09-11perf tools: Add memdup functionJiri Olsa2-1/+19
2012-09-11perf tools: Do backtrace post unwind only if we regs and stack were capturedJiri Olsa1-0/+5
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea6-19/+19
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea1-0/+4
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea3-0/+21
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea2-1/+13
2012-09-08perf symbols: Remove BIONIC wrapper around libgen.hDavid Ahern1-2/+0
2012-09-08perf probe: Make a copy of exec path for passing to basenameDavid Ahern1-2/+10
2012-09-08perf annotate: Make a copy of filename for passing to basenameDavid Ahern1-1/+8
2012-09-08perf hists: Use perf_hpp__format->width to calculate the column widthsNamhyung Kim1-33/+0
2012-09-08perf hists: Introduce perf_hpp for hist period printingNamhyung Kim1-0/+37
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea1-0/+4
2012-09-07perf tools: Fix build for another rbtree.c changeAdrian Hunter1-0/+1
2012-09-07perf tools: add NO_BACKTRACE for application self-debuggingIrina Tirdea1-0/+6
2012-09-07perf tools: replace mkostemp with mkstempIrina Tirdea1-1/+1