summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2013-07-17perf tests: Check proper prev_state size for sched_switch tpJiri Olsa
2013-07-17perf symbols: Do not apply symfs for an absolute vmlinux pathNamhyung Kim
2013-07-17perf tools: Fix 'make tools/perf'Robert Richter
2013-07-15perf tools: Remove event types framework completelyJiri Olsa
2013-07-15perf record: Remove event types pushingJiri Olsa
2013-07-15perf tools: Remove event types from perf data fileJiri Olsa
2013-07-15perf timechart: Remove event types framework only userJiri Olsa
2013-07-15perf timechart: Use traceevent lib event-parse.h includeJiri Olsa
2013-07-12perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa
2013-07-12perf diff: Add generic order option for compute sortingJiri Olsa
2013-07-12perf diff: Making compute functions staticJiri Olsa
2013-07-12perf diff: Update perf diff documentation for multiple data comparisonJiri Olsa
2013-07-12perf diff: Change diff command to work over multiple data filesJiri Olsa
2013-07-12perf diff: Move columns into struct data__fileJiri Olsa
2013-07-12perf diff: Move diff related columns into diff commandJiri Olsa
2013-07-12perf diff: Display data file info ahead of the diff outputJiri Olsa
2013-07-12perf hists: Marking dummy hists entriesJiri Olsa
2013-07-12perf diff: Switching the base hists to be pairs headJiri Olsa
2013-07-12perf diff: Introducing diff_data object to hold filesJiri Olsa
2013-07-12perf tools: Centralize default columns init in perf_hpp__initJiri Olsa
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price
2013-07-12perf list: List kernel supplied event aliasesAndi Kleen
2013-07-12perf tools: Default to cpu// for events v5Andi Kleen
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter
2013-07-12perf tools: Validate perf event header sizeAdrian Hunter
2013-07-12perf evlist: Tidy duplicated munmap codeAdrian Hunter
2013-07-12perf tools: Add const specifier to perf_pmu__find name parameterAdrian Hunter
2013-07-12perf inject: Add missing 'finished_round'Adrian Hunter
2013-07-12perf tools: Fix missing tool parameterAdrian Hunter
2013-07-12perf inject: Remove unused parameterAdrian Hunter
2013-07-12perf gtk/hists: Set rules hint for the hist browserNamhyung Kim
2013-07-12perf gtk/hists: Add a double-click handler for callchainsNamhyung Kim
2013-07-12perf gtk/hists: Make column headers resizableNamhyung Kim
2013-07-12perf gtk/hists: Display callchain overhead alsoNamhyung Kim
2013-07-12perf gtk/hists: Add support for callchainsNamhyung Kim
2013-07-12perf gtk/hists: Use GtkTreeStore instead of GtkListStoreNamhyung Kim
2013-07-12perf sched: Move struct perf_sched definition out of cmd_sched()Namhyung Kim
2013-07-12perf util: Remove unused enum and macro in trace-event.hNamhyung Kim
2013-07-12perf util: No need to call read_trace_init() in tracing_data_header()Namhyung Kim
2013-07-12perf util: Rename read_*() functions in trace-event-info.cNamhyung Kim
2013-07-12perf script: Adopt latency_format variableNamhyung Kim
2013-07-12perf util: Get rid of unused header_page_* variablesNamhyung Kim
2013-07-12perf util: Parse header_page to get proper long sizeNamhyung Kim
2013-07-12perf util: Skip reading header_event fileNamhyung Kim
2013-07-12perf util: Make file/host_bigendian variable localNamhyung Kim
2013-07-12perf util: Save long size of traced systemNamhyung Kim
2013-07-12perf util: Save page size in a trace file to peventNamhyung Kim
2013-07-12perf parse events: Demystify memory allocationsDavid Ahern
2013-07-12perf tests: Make terms a stack variable in test_termDavid Ahern