summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
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
2013-07-12perf tools: Don't free list head in parse_events__free_termsDavid Ahern
2013-07-12perf evlist: Fix use of uninitialized variableDavid Ahern
2013-07-12perf report: Fix perf_session__delete removalJiri Olsa
2013-07-12perf tools: Do not elide parent symbol columnJiri Olsa
2013-07-12perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim
2013-07-12perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim
2013-07-12perf tools: Remove callchain_cursor_reset callJiri Olsa
2013-07-12perf tools: Add methods for setting/retrieving priv element of thread structDavid Ahern
2013-07-12perf tools: Use default include path notation for libtraceevent headersRobert Richter
2013-07-12perf tests: Make TEST_ASSERT_VAL globalJiri Olsa
2013-07-12perf tests: Omit end of the symbol check failure for test 1Jiri Olsa
2013-07-12perf tools: Remove cwd from perf_session structJiri Olsa
2013-07-12perf top: Add --objdump optionSukadev Bhattiprolu
2013-07-12perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu
2013-07-10perf script: Fix broken include in Context.xsRamkumar Ramachandra
2013-07-10perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger
2013-07-09perf tools: Revert regression in configuration of Python supportMichael Witten
2013-07-08perf tools: Fix perf version generationRobert Richter
2013-07-08perf stat: Fix per-socket output bug for uncore eventsStephane Eranian
2013-07-08perf symbols: Fix vdso list searchingWaiman Long
2013-07-08perf evsel: Fix missing increment in sample parsingAdrian Hunter
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter
2013-07-08perf tools: Fix new_term() missing free on error pathAdrian Hunter
2013-07-08perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter
2013-07-08perf evsel: Fix count parameter to read call in event_format__newDavid Ahern
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa
2013-07-08perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim
2013-07-08perf record: Remove -f/--force optionJiri Olsa
2013-07-08perf record: Remove -A/--append optionJiri Olsa
2013-07-08perf stat: Avoid sending SIGTERM to random processesStephane Eranian
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim