summaryrefslogtreecommitdiffstats
path: root/drivers (unfollow)
Commit message (Expand)AuthorFilesLines
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
2013-07-12tools lib traceevent: Port kbuffer parser routinesNamhyung Kim3-0/+800
2013-07-12tools lib traceevent: Add page_size field to peventNamhyung Kim1-0/+11
2013-07-12tools lib traceevent: Add trace_seq_reset()Namhyung Kim2-0/+14
2013-07-12tools lib traceevent: Add const qualifier to string argumentsNamhyung Kim2-5/+5
2013-07-12tools lib traceevent: Get rid of unused gui targetNamhyung Kim1-7/+1
2013-07-12tools lib traceevent: Remove unused install targetsNamhyung Kim1-7/+2
2013-07-12perf parse events: Demystify memory allocationsDavid Ahern3-63/+61
2013-07-12perf tests: Make terms a stack variable in test_termDavid Ahern1-9/+5
2013-07-12perf tools: Don't free list head in parse_events__free_termsDavid Ahern1-2/+0
2013-07-12perf evlist: Fix use of uninitialized variableDavid Ahern1-1/+1
2013-07-12perf tools: Make Power7 events available for perfRunzhen Wang3-118/+582
2013-07-12perf report: Fix perf_session__delete removalJiri Olsa1-18/+5
2013-07-12perf tools: Do not elide parent symbol columnJiri Olsa1-8/+0
2013-07-12perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim3-0/+39
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim3-59/+62
2013-07-12perf tools: Remove callchain_cursor_reset callJiri Olsa1-2/+0
2013-07-12perf tools: Add methods for setting/retrieving priv element of thread structDavid Ahern1-0/+10
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter7-11/+12
2013-07-12perf tests: Make TEST_ASSERT_VAL globalJiri Olsa3-16/+8
2013-07-12perf tests: Omit end of the symbol check failure for test 1Jiri Olsa1-4/+11
2013-07-12perf tools: Remove cwd from perf_session structJiri Olsa1-1/+0
2013-07-12perf top: Add --objdump optionSukadev Bhattiprolu1-0/+9
2013-07-12perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu2-3/+3
2013-07-12perf: Remove the 'match' callback for auxiliary events processingJiri Olsa1-40/+39
2013-07-12perf: Fix perf_lock_task_context() vs RCUPeter Zijlstra1-1/+14
2013-07-12perf: Remove WARN_ON_ONCE() check in __perf_event_enable() for valid scenarioJiri Olsa1-1/+10
2013-07-12perf: Clone child context from parent context pmuJiri Olsa1-1/+1