summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
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
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 -A/--append optionJiri Olsa
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim
2013-05-30perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa
2013-05-30perf evlist: Reset SIGTERM handler in workload child processDavid Ahern
2013-05-29perf tools: Remove cwdlen from struct perf_sessionJiri Olsa
2013-05-29perf tools: Remove frozen from perf_header structJiri Olsa
2013-05-28perf tools: Save parent pid in thread structDavid Ahern
2013-05-28perf stats: Fix divide by 0 in varianceDavid Ahern