summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-07-17perf header: Remove data_offset seek as it's not neededJiri Olsa1-2/+0
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa3-9/+8
2013-07-17perf tests: Check proper prev_state size for sched_switch tpJiri Olsa1-1/+1
2013-07-17perf symbols: Do not apply symfs for an absolute vmlinux pathNamhyung Kim1-2/+5
2013-07-17perf tools: Fix 'make tools/perf'Robert Richter1-1/+1
2013-07-15perf tools: Remove event types framework completelyJiri Olsa9-134/+1
2013-07-15perf record: Remove event types pushingJiri Olsa1-6/+0
2013-07-15perf tools: Remove event types from perf data fileJiri Olsa2-29/+2
2013-07-15perf timechart: Remove event types framework only userJiri Olsa1-58/+97
2013-07-15perf timechart: Use traceevent lib event-parse.h includeJiri Olsa1-19/+2
2013-07-12perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa3-42/+41
2013-07-12perf diff: Add generic order option for compute sortingJiri Olsa2-31/+70
2013-07-12perf diff: Making compute functions staticJiri Olsa2-22/+15
2013-07-12perf diff: Update perf diff documentation for multiple data comparisonJiri Olsa1-9/+64
2013-07-12perf diff: Change diff command to work over multiple data filesJiri Olsa1-33/+66
2013-07-12perf diff: Move columns into struct data__fileJiri Olsa1-42/+55
2013-07-12perf diff: Move diff related columns into diff commandJiri Olsa3-230/+292
2013-07-12perf diff: Display data file info ahead of the diff outputJiri Olsa1-0/+18
2013-07-12perf hists: Marking dummy hists entriesJiri Olsa3-7/+18
2013-07-12perf diff: Switching the base hists to be pairs headJiri Olsa2-50/+35
2013-07-12perf diff: Introducing diff_data object to hold filesJiri Olsa1-48/+95
2013-07-12perf tools: Centralize default columns init in perf_hpp__initJiri Olsa4-4/+2
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa5-41/+71
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price9-17/+63
2013-07-12perf list: List kernel supplied event aliasesAndi Kleen5-2/+86
2013-07-12perf tools: Default to cpu// for events v5Andi Kleen3-1/+54
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter10-35/+35
2013-07-12perf tools: Validate perf event header sizeAdrian Hunter1-4/+10
2013-07-12perf evlist: Tidy duplicated munmap codeAdrian Hunter1-18/+14
2013-07-12perf tools: Add const specifier to perf_pmu__find name parameterAdrian Hunter2-8/+8
2013-07-12perf inject: Add missing 'finished_round'Adrian Hunter1-0/+1
2013-07-12perf tools: Fix missing tool parameterAdrian Hunter5-28/+30
2013-07-12perf inject: Remove unused parameterAdrian Hunter1-10/+9
2013-07-12perf gtk/hists: Set rules hint for the hist browserNamhyung Kim1-0/+2
2013-07-12perf gtk/hists: Add a double-click handler for callchainsNamhyung Kim1-0/+14
2013-07-12perf gtk/hists: Make column headers resizableNamhyung Kim1-3/+8
2013-07-12perf gtk/hists: Display callchain overhead alsoNamhyung Kim1-3/+24
2013-07-12perf gtk/hists: Add support for callchainsNamhyung Kim1-0/+65
2013-07-12perf gtk/hists: Use GtkTreeStore instead of GtkListStoreNamhyung Kim1-5/+5
2013-07-12perf sched: Move struct perf_sched definition out of cmd_sched()Namhyung Kim1-20/+21
2013-07-12perf util: Remove unused enum and macro in trace-event.hNamhyung Kim1-10/+0
2013-07-12perf util: No need to call read_trace_init() in tracing_data_header()Namhyung Kim1-2/+0
2013-07-12perf util: Rename read_*() functions in trace-event-info.cNamhyung Kim1-10/+10
2013-07-12perf script: Adopt latency_format variableNamhyung Kim3-3/+1
2013-07-12perf util: Get rid of unused header_page_* variablesNamhyung Kim2-8/+0
2013-07-12perf util: Parse header_page to get proper long sizeNamhyung Kim1-1/+21
2013-07-12perf util: Skip reading header_event fileNamhyung Kim1-8/+1
2013-07-12perf util: Make file/host_bigendian variable localNamhyung Kim1-3/+2
2013-07-12perf util: Save long size of traced systemNamhyung Kim1-8/+3
2013-07-12perf util: Save page size in a trace file to peventNamhyung Kim1-2/+5