aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse1-0/+1
2012-10-08Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-1/+1
2012-10-03kbuild: Fix gcc -x syntaxJean Delvare1-1/+1
2012-10-01Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds1-0/+6
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds146-4294/+10237
2012-10-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds3-3/+3
2012-09-27perf trace: Add aliases for some syscallsArnaldo Carvalho de Melo1-8/+18
2012-09-27perf probe: Print an enum type variable in "enum variable-name" format when showing accessible variablesHyeoncheol Lee1-0/+2
2012-09-27perf tools: Check libaudit availability for perf-trace builtinNamhyung Kim3-2/+27
2012-09-26perf hists: Add missing period_* fields when collapsing a hist entryNamhyung Kim1-2/+7
2012-09-26perf trace: New toolArnaldo Carvalho de Melo6-1/+358
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 Melo4-4/+4
2012-09-26perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo1-0/+116
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 Melo9-18/+24
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-25perf test: Fix build failureNamhyung Kim1-2/+2
2012-09-24perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo1-0/+86
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 Trippelsdorf2-1/+2
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 kvm: Use perf_session_env for reading cpuidNamhyung Kim1-9/+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-24perf timechart: Use zalloc and fix a couple leaksArnaldo Carvalho de Melo1-26/+14
2012-09-24perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo1-146/+87
2012-09-24perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo1-45/+45
2012-09-24perf kvm: Use perf_evsel__intvalArnaldo Carvalho de Melo1-63/+67
2012-09-21perf kvm: Events analysis toolXiao Guangrong6-6/+929
2012-09-21perf tools: Fix parallel buildEric Sandeen1-2/+2
2012-09-20perf record: Print event causing perf_event_open() to failStephane Eranian1-2/+4
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, Zheng7-22/+82
2012-09-17perf report: Add missing perf_hpp__init for pipe-modeNamhyung Kim1-1/+3
2012-09-17perf scripts: Export a find_scripts() functionFeng Tang2-0/+56
2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang2-0/+11
2012-09-17perf scripts: Add --symbols option to handle specific symbolsFeng Tang1-0/+3
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option is usedFeng Tang1-2/+3
2012-09-17perf archive: Make 'f' the last parameter for tarIrina Tirdea1-1/+1
2012-09-17perf archive: Remove -f from the rm commandIrina Tirdea1-2/+2