summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2013-07-22perf tools: Move weight back to common sort keysAndi Kleen
2013-07-22perf tools: Support callchain sorting based on addressesAndi Kleen
2013-07-22perf evsel: Handle ENODEV on default cycles eventDavid Ahern
2013-07-22perf script: Fix named threads supportDavid Ahern
2013-07-17perf header: Recognize version number for perf data fileJiri Olsa
2013-07-17perf header: Introduce feat_offset into perf_headerJiri Olsa
2013-07-17perf header: Remove attr_offset from perf_headerJiri Olsa
2013-07-17perf header: Remove data_offset seek as it's not neededJiri Olsa
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa
2013-07-17perf symbols: Do not apply symfs for an absolute vmlinux pathNamhyung Kim
2013-07-15perf tools: Remove event types framework completelyJiri Olsa
2013-07-15perf tools: Remove event types from perf data fileJiri Olsa
2013-07-12perf tools: Move hist_entry__period_snprintf into stdio codeJiri Olsa
2013-07-12perf diff: Making compute functions staticJiri Olsa
2013-07-12perf diff: Move diff related columns into diff commandJiri Olsa
2013-07-12perf hists: Marking dummy hists entriesJiri Olsa
2013-07-12perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa
2013-07-12perf report/top: Add option to collapse undesired parts of call graphGreg Price
2013-07-12perf list: List kernel supplied event aliasesAndi Kleen
2013-07-12perf tools: Default to cpu// for events v5Andi Kleen
2013-07-12perf tools: struct thread has a tid not a pidAdrian Hunter
2013-07-12perf tools: Validate perf event header sizeAdrian Hunter
2013-07-12perf evlist: Tidy duplicated munmap codeAdrian Hunter
2013-07-12perf tools: Add const specifier to perf_pmu__find name parameterAdrian Hunter
2013-07-12perf tools: Fix missing tool parameterAdrian Hunter
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 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 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 tools: Remove cwd from perf_session structJiri Olsa
2013-07-12perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu
2013-07-08perf tools: Fix perf version generationRobert Richter
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