summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add struct perf_hpp_fmt into hpp callbacksJiri Olsa2013-07-121-4/+6
* perf report/top: Add option to collapse undesired parts of call graphGreg Price2013-07-125-12/+25
* perf list: List kernel supplied event aliasesAndi Kleen2013-07-123-1/+80
* perf tools: Default to cpu// for events v5Andi Kleen2013-07-123-1/+54
* perf tools: struct thread has a tid not a pidAdrian Hunter2013-07-126-23/+23
* perf tools: Validate perf event header sizeAdrian Hunter2013-07-121-4/+10
* perf evlist: Tidy duplicated munmap codeAdrian Hunter2013-07-121-18/+14Star
* perf tools: Add const specifier to perf_pmu__find name parameterAdrian Hunter2013-07-122-8/+8
* perf tools: Fix missing tool parameterAdrian Hunter2013-07-124-13/+19
* perf util: Remove unused enum and macro in trace-event.hNamhyung Kim2013-07-121-10/+0Star
* perf util: No need to call read_trace_init() in tracing_data_header()Namhyung Kim2013-07-121-2/+0Star
* perf util: Rename read_*() functions in trace-event-info.cNamhyung Kim2013-07-121-10/+10
* perf script: Adopt latency_format variableNamhyung Kim2013-07-122-3/+0Star
* perf util: Get rid of unused header_page_* variablesNamhyung Kim2013-07-122-8/+0Star
* perf util: Parse header_page to get proper long sizeNamhyung Kim2013-07-121-1/+21
* perf util: Skip reading header_event fileNamhyung Kim2013-07-121-8/+1Star
* perf util: Make file/host_bigendian variable localNamhyung Kim2013-07-121-3/+2Star
* perf util: Save long size of traced systemNamhyung Kim2013-07-121-8/+3Star
* perf util: Save page size in a trace file to peventNamhyung Kim2013-07-121-2/+5
* perf parse events: Demystify memory allocationsDavid Ahern2013-07-123-63/+61Star
* perf tools: Don't free list head in parse_events__free_termsDavid Ahern2013-07-121-2/+0Star
* perf evlist: Fix use of uninitialized variableDavid Ahern2013-07-121-1/+1
* perf util: Use evsel->name to get tracepoint_pathsNamhyung Kim2013-07-123-0/+39
* perf util: Move debugfs/tracing helper functions to util.cNamhyung Kim2013-07-123-59/+62
* perf tools: Remove callchain_cursor_reset callJiri Olsa2013-07-121-2/+0Star
* perf tools: Add methods for setting/retrieving priv element of thread structDavid Ahern2013-07-121-0/+10
* perf tools: Use default include path notation for libtraceevent headersRobert Richter2013-07-123-6/+6
* perf tools: Remove cwd from perf_session structJiri Olsa2013-07-121-1/+0Star
* perf tools: Rename cpu_map__all() to cpu_map__empty()Sukadev Bhattiprolu2013-07-122-3/+3
* perf tools: Fix perf version generationRobert Richter2013-07-081-6/+15
* perf symbols: Fix vdso list searchingWaiman Long2013-07-083-4/+11
* perf evsel: Fix missing increment in sample parsingAdrian Hunter2013-07-081-1/+1
* perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter2013-07-081-0/+2
* perf tools: Fix new_term() missing free on error pathAdrian Hunter2013-07-081-0/+1
* perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter2013-07-081-1/+2
* perf evsel: Fix count parameter to read call in event_format__newDavid Ahern2013-07-081-1/+1
* perf tools: Fix -x/--exclude-other option for report commandJiri Olsa2013-07-081-1/+0Star
* perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim2013-07-081-1/+9
* perf record: Remove -A/--append optionJiri Olsa2013-07-081-12/+1Star
* perf tools: Include termios.h explicitlyJoonsoo Kim2013-07-081-1/+1
* perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa2013-05-301-2/+3
* perf evlist: Reset SIGTERM handler in workload child processDavid Ahern2013-05-301-0/+2
* perf tools: Remove cwdlen from struct perf_sessionJiri Olsa2013-05-291-1/+0Star
* perf tools: Remove frozen from perf_header structJiri Olsa2013-05-292-3/+0Star
* perf tools: Save parent pid in thread structDavid Ahern2013-05-282-0/+5
* perf stats: Fix divide by 0 in varianceDavid Ahern2013-05-281-1/+1
* perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern2013-05-281-1/+1
* perf hists: Rename hist_entry__add_pair argumentsJiri Olsa2013-05-281-3/+3
* perf top: Add --percent-limit optionNamhyung Kim2013-05-281-0/+1
* perf report: Add --percent-limit optionNamhyung Kim2013-05-281-3/+7