summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2014-06-01perf tools: Introduce hists__inc_nr_samples()Namhyung Kim
2014-05-22Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-05-21perf tools: Add automatic remapping of Android librariesMichael Lentine
2014-05-21perf tools: Add cat as fallback pagerMichael Lentine
2014-05-21perf tests: Add a testcase for histogram output sortingNamhyung Kim
2014-05-21perf tests: Factor out print_hists_*()Namhyung Kim
2014-05-21perf tools: Introduce reset_output_field()Namhyung Kim
2014-05-21perf tools: Get rid of obsolete hist_entry__sort_listNamhyung Kim
2014-05-21perf hists: Reset width of output fields with header lengthNamhyung Kim
2014-05-21perf tools: Skip elided sort entriesNamhyung Kim
2014-05-21perf top: Add --fields option to specify output fieldsNamhyung Kim
2014-05-21perf report/tui: Fix a bug when --fields/sort is givenNamhyung Kim
2014-05-21perf tools: Add ->sort() member to struct sort_entryNamhyung Kim
2014-05-21perf report: Add -F option to specify output fieldsNamhyung Kim
2014-05-21perf tools: Call perf_hpp__init() before setting up GUI browsersNamhyung Kim
2014-05-21perf tools: Consolidate management of default sort ordersNamhyung Kim
2014-05-21perf tools: Allow hpp fields to be sort keysNamhyung Kim
2014-05-21perf ui: Get rid of callback from __hpp__fmt()Namhyung Kim
2014-05-21perf tools: Consolidate output field handling to hpp format routinesNamhyung Kim
2014-05-21perf tools: Use hpp formats to sort final outputNamhyung Kim
2014-05-21perf tools: Support event grouping in hpp ->sort()Namhyung Kim
2014-05-21perf tools: Use hpp formats to sort hist entriesNamhyung Kim
2014-05-21perf tools: Convert sort entries to hpp formatsNamhyung Kim
2014-05-21perf tools: Add ->cmp(), ->collapse() and ->sort() to perf_hpp_fmtNamhyung Kim
2014-05-20Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-05-19fix Haswell precise store data source encodingStephane Eranian
2014-05-19perf: Fix perf_event_open(.flags) testPeter Zijlstra
2014-05-19perf/events/core: Drop unused variable after cleanupBorislav Petkov
2014-05-16perf tools: Add libdw DWARF post unwind support for ARMJean Pihet
2014-05-16perf tests: Add dwarf unwind test on ARMJean Pihet
2014-05-16perf tests: Introduce perf_regs_load function on ARMJean Pihet
2014-05-16perf tools: Consolidate types.h for ARM and ARM64Jean Pihet
2014-05-16perf session: Fix possible null pointer dereference in session.cMasanari Iida
2014-05-16perf sched: Cleanup, remove unused variables in map_switch_event()Dongsheng Yang
2014-05-16perf sched: Remove nr_state_machine_bugs in perf latencyDongsheng Yang
2014-05-12perf tools: Remove usage of trace_sched_wakeup(.success)Peter Zijlstra
2014-05-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-05-12perf tools: Use tid for finding threadNamhyung Kim
2014-05-12perf tools: Get rid of on_exit() feature testNamhyung Kim
2014-05-12perf record: Propagate exit status of a command line workloadNamhyung Kim
2014-05-12perf tools: Clarify the output of perf sched map.Dongsheng
2014-05-12perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space.Dongsheng
2014-05-12perf tools: Add missing event for perf sched record.Dongsheng
2014-05-07perf: Simplify perf_event_exit_task_context()Peter Zijlstra
2014-05-07perf: Rework free pathsPeter Zijlstra
2014-05-07perf: Validate locking assumptionPeter Zijlstra
2014-05-07perf: Always destroy groups on exitPeter Zijlstra
2014-05-07perf: Ensure consistent inherit state in groupsPeter Zijlstra
2014-05-07Merge branch 'perf/urgent' into perf/core, to avoid conflictsIngo Molnar
2014-05-07perf/x86/intel: Fix Silvermont's event constraintsYan, Zheng