summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-10-08perf tools: Update Makefile for AndroidIrina Tirdea
2012-10-08perf tools: Add on_exit implementationBernhard Rosenkraenzer
2012-10-08perf kvm: Add braces around multi-line statementsDavid Ahern
2012-10-08perf kvm: Total count is a u64, print as soDavid Ahern
2012-10-08perf kvm: Remove typecast in init_kvm_event_recordDavid Ahern
2012-10-08perf kvm: Only process events for vcpus of interestDavid Ahern
2012-10-07perf tools: Remove duplicated include from trace-event-python.cWei Yongjun
2012-10-06perf machine: Carve up event processing specific from perf_toolArnaldo Carvalho de Melo
2012-10-06perf sched: Handle PERF_RECORD_EXIT eventsArnaldo Carvalho de Melo
2012-10-06perf annotate: Handle PERF_RECORD_EXIT eventsArnaldo Carvalho de Melo
2012-10-06perf event: No need to create a thread when handling PERF_RECORD_EXITArnaldo Carvalho de Melo
2012-10-06perf machine: Introduce find_thread methodArnaldo Carvalho de Melo
2012-10-06perf tools: Have the page size value available for all toolsArnaldo Carvalho de Melo
2012-10-05perf diff: Display empty space for non paired samplesJiri Olsa
2012-10-05perf diff: Include samples without symbol in overall statsJiri Olsa
2012-10-05perf diff: Add -F option to display formula for computationJiri Olsa
2012-10-05perf diff: Add -p option to display period values for hist entriesJiri Olsa
2012-10-05perf diff: Add weighted diff computation way to compare hist entriesJiri Olsa
2012-10-05perf diff: Add option to sort entries based on diff computationJiri Olsa
2012-10-05perf diff: Add ratio computation way to compare hist entriesJiri Olsa
2012-10-05perf diff: Add -b option for perf diff to display paired entries onlyJiri Olsa
2012-10-05perf trace: Add support for tracing workload given by command lineNamhyung Kim
2012-10-05perf trace: Explicitly enable system-wide mode if no option is givenNamhyung Kim
2012-10-05perf trace: Validate target task/user/cpu argumentNamhyung Kim
2012-10-04perf hists: Add more helpers for hist entry statNamhyung Kim
2012-10-04perf hists: Move he->stat.nr_events initialization to a templateNamhyung Kim
2012-10-04perf hists: Introduce struct he_statNamhyung Kim
2012-10-04perf diff: Removing the total_period argument from output codeJiri Olsa
2012-10-04perf tool: Add hpp interface to enable/disable hpp columnJiri Olsa
2012-10-04perf tools: Removing hists pair argument from output pathJiri Olsa
2012-10-04perf hists: Separate overhead and baseline columnsJiri Olsa
2012-10-04perf diff: Refactor diff displacement possition infoJiri Olsa
2012-10-04perf hists: Add struct hists pointer to struct hist_entryJiri Olsa
2012-10-04perf tools: Complete tracepoint event namesNamhyung Kim
2012-10-03perf evlist: Remove some unused methodsArnaldo Carvalho de Melo
2012-10-03perf evlist: Introduce add_newtp methodArnaldo Carvalho de Melo
2012-10-03perf kvm: Move global variables into a perf_kvm structDavid Ahern
2012-10-02perf tools: Convert to BACKTRACE_SUPPORTNamhyung Kim
2012-10-02perf tools: Long option completion support for each subcommandsNamhyung Kim
2012-10-02perf tools: Complete long option names of perf commandNamhyung Kim
2012-10-02perf tools: Check existence of _get_comp_words_by_ref when bash completingNamhyung Kim
2012-10-02perf inject: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf record: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf evlist: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf top: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf probe: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf buildid-list: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf buildid-cache: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf timechart: Don't use globals where not needed toArnaldo Carvalho de Melo
2012-10-02perf lock: Don't use globals where not needed toArnaldo Carvalho de Melo