summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2012-09-26perf test: Add test to check we correctly parse and match syscall open parmsArnaldo Carvalho de Melo
2012-09-26perf evsel: Handle endianity in intval methodArnaldo Carvalho de Melo
2012-09-26perf evsel: Know if byte swap is neededArnaldo Carvalho de Melo
2012-09-26perf tools: Allow handling a NULL cpu_map as meaning "all cpus"Arnaldo Carvalho de Melo
2012-09-26perf evsel: Improve tracepoint constructor setupArnaldo Carvalho de Melo
2012-09-25perf test: Fix build failureNamhyung Kim
2012-09-24perf test: Add test for the sched tracepoint format fieldsArnaldo Carvalho de Melo
2012-09-24perf evsel: Provide a new constructor for tracepointsArnaldo Carvalho de Melo
2012-09-24perf tools: bfd.h/libbfd detection fails with recent binutilsMarkus Trippelsdorf
2012-09-24perf tools: remove sscanf extension %asIrina Tirdea
2012-09-24perf header: Remove perf_header__read_featureNamhyung Kim
2012-09-24perf kvm: Use perf_session_env for reading cpuidNamhyung 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-24perf timechart: Use zalloc and fix a couple leaksArnaldo Carvalho de Melo
2012-09-24perf lock: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo
2012-09-24perf kmem: Use perf_evsel__intval and perf_session__set_tracepoints_handlersArnaldo Carvalho de Melo
2012-09-24perf kvm: Use perf_evsel__intvalArnaldo Carvalho de Melo
2012-09-21perf kvm: Events analysis toolXiao Guangrong
2012-09-21perf tools: Fix parallel buildEric Sandeen
2012-09-20perf record: Print event causing perf_event_open() to failStephane Eranian
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 report: Add missing perf_hpp__init for pipe-modeNamhyung Kim
2012-09-17perf scripts: Export a find_scripts() functionFeng Tang
2012-09-17perf scripts: Add event_analyzing_sample-record/reportFeng Tang
2012-09-17perf scripts: Add --symbols option to handle specific symbolsFeng Tang
2012-09-17perf symbols: Filter samples with unresolved symbol when "--symbols" option i...Feng Tang
2012-09-17perf archive: Make 'f' the last parameter for tarIrina Tirdea
2012-09-17perf archive: Remove -f from the rm commandIrina Tirdea
2012-09-17perf stat: Move stats related code to util/stat.cXiao Guangrong
2012-09-17perf report: Enable integrated annotation only if possibleNamhyung Kim
2012-09-17perf tools: Add sort__has_symNamhyung Kim
2012-09-14perf hists browser: Fix first column printingNamhyung Kim
2012-09-14perf hists browser: Fix output for 100.00%Namhyung Kim
2012-09-14perf sched: Fixup for the die() removalNamhyung Kim
2012-09-14perf test: Fixup for the die() removalNamhyung Kim
2012-09-14perf probe: Add union member access supportHyeoncheol Lee
2012-09-11perf sched: Don't read all tracepoint variables in advanceArnaldo Carvalho de Melo
2012-09-11perf sched: Use perf_evsel__{int,str}valArnaldo Carvalho de Melo
2012-09-11perf evsel: Introduce perf_evsel__{str,int}val methodsArnaldo Carvalho de Melo
2012-09-11perf sched: Use perf_tool as ancestorArnaldo Carvalho de Melo
2012-09-11perf sched: Remove unused thread parameterArnaldo 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