aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-report.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-22perf: Rename append_callchain into callchain_appendFrederic Weisbecker1-1/+2
2010-08-21perf tools: Add --tui and --stdio to choose the UIArnaldo Carvalho de Melo1-1/+10
2010-08-05perf report: Speed up exit pathArnaldo Carvalho de Melo1-1/+12
2010-08-05perf ui: Add search by name/addr to the map__browserArnaldo Carvalho de Melo1-1/+17
2010-07-27perf tools: Remove unneeded code for tracking the cwd in perf sessionsDave Martin1-2/+0
2010-07-21Merge branch 'linus' into perf/coreIngo Molnar1-1/+1
2010-07-08perf: Sync callchains with period based hitsFrederic Weisbecker1-1/+1
2010-06-05perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo1-25/+1
2010-06-05perf report: Make -D print sampled CPUStephane Eranian1-2/+3
2010-05-23perf report: Support multiple events on the TUIArnaldo Carvalho de Melo1-24/+36
2010-05-20perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfigArnaldo Carvalho de Melo1-4/+4
2010-05-17perf options: Type check all the remaining OPT_ variantsArnaldo Carvalho de Melo1-2/+2
2010-05-14perf report: Report number of events, not samplesArnaldo Carvalho de Melo1-10/+22
2010-05-14perf hist: Clarify events_stats fields usageArnaldo Carvalho de Melo1-4/+4
2010-05-14perf hist: Make event__totals per histsArnaldo Carvalho de Melo1-1/+7
2010-05-11perf report: Librarize the annotation code and use it in the newt browserArnaldo Carvalho de Melo1-1/+18
2010-05-11perf hist: Adopt filter by dso and by thread methods from the newt browserArnaldo Carvalho de Melo1-4/+1
2010-05-10perf hist: Calculate max_sym name len and nr_entriesArnaldo Carvalho de Melo1-3/+3
2010-05-10perf hist: Introduce hists class and move lots of methods to itArnaldo Carvalho de Melo1-36/+35
2010-05-09perf report: Allow limiting the number of entries to print in callchainsArnaldo Carvalho de Melo1-1/+4
2010-05-09perf hist: Simplify the insertion of new hist_entry instancesArnaldo Carvalho de Melo1-10/+2
2010-05-09perf report: Fix leak of resolved callchains array on error pathArnaldo Carvalho de Melo1-9/+7
2010-05-09perf callchain: Move validate_callchain to callchain libArnaldo Carvalho de Melo1-14/+1
2010-05-08perf report: Document '--call-graph' better for usagePekka Enberg1-1/+1
2010-05-02perf: add perf-inject builtinTom Zanussi1-1/+1
2010-04-27perf machines: Make the machines class adopt the dsos__fprintf methodsArnaldo Carvalho de Melo1-1/+1
2010-04-27perf tools: Rename "kernel_info" to "machine"Arnaldo Carvalho de Melo1-1/+1
2010-04-19perf: 'perf kvm' tool for monitoring guest performance from hostZhang, Yanmin1-2/+4
2010-04-14perf: Convert perf header build_ids into build_id eventsTom Zanussi1-0/+1
2010-04-14perf: Convert perf tracing data into a tracing_data eventTom Zanussi1-0/+1
2010-04-14perf: Convert perf event types into event type eventsTom Zanussi1-0/+1
2010-04-14perf: Convert perf header attrs into attr eventsTom Zanussi1-0/+1
2010-04-14perf report: Introduce special handling for pipe inputTom Zanussi1-1/+11
2010-04-14perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR()Ian Munsie1-3/+3
2010-04-03perf newt: Pass the input_name to perf_session__browse_histsArnaldo Carvalho de Melo1-1/+2
2010-04-03perf tools: Move the prototypes in util/string.h to util.hArnaldo Carvalho de Melo1-1/+0
2010-04-02perf tools: sort_dimension__add shouldn't dieArnaldo Carvalho de Melo1-1/+2
2010-04-02perf session: Remove one more exit() call from library codeArnaldo Carvalho de Melo1-1/+4
2010-04-02perf hist: Only allocate callchain_node if processing callchainsArnaldo Carvalho de Melo1-2/+2
2010-04-02perf report: Add progress barsArnaldo Carvalho de Melo1-3/+4
2010-03-26perf callchains: Store the map together with the symbolArnaldo Carvalho de Melo1-1/+2
2010-03-22perf: Fix orphan callchain branchesFrederic Weisbecker1-1/+5
2010-03-12perf report: Implement initial UI using newtArnaldo Carvalho de Melo1-19/+28
2010-03-10perf report: Add multiple event supportEric B Munson1-15/+100
2010-03-10perf session: Change perf_session post processing functions to take histogram treeEric B Munson1-3/+5
2010-03-10perf session: Change add_hist_entry to take the tree root instead of sessionEric B Munson1-1/+2
2010-01-29Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+1
2010-01-27perf report: Fix segmentation fault when running with '-g none'Yong Wang1-1/+1
2010-01-16perf tools: Don't cast RIP to pointersArnaldo Carvalho de Melo1-5/+2
2010-01-13perf report: Fix --no-call-chain option handlingArnaldo Carvalho de Melo1-2/+12