aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-08perf tools: Fix perf version generationRobert Richter1-6/+15
2013-07-08perf symbols: Fix vdso list searchingWaiman Long3-4/+11
2013-07-08perf evsel: Fix missing increment in sample parsingAdrian Hunter1-1/+1
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter1-0/+2
2013-07-08perf tools: Fix new_term() missing free on error pathAdrian Hunter1-0/+1
2013-07-08perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter1-1/+2
2013-07-08perf evsel: Fix count parameter to read call in event_format__newDavid Ahern1-1/+1
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa1-1/+0
2013-07-08perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim1-1/+9
2013-07-08perf record: Remove -A/--append optionJiri Olsa1-12/+1
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim1-1/+1
2013-05-30perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa1-2/+3
2013-05-30perf evlist: Reset SIGTERM handler in workload child processDavid Ahern1-0/+2
2013-05-29perf tools: Remove cwdlen from struct perf_sessionJiri Olsa1-1/+0
2013-05-29perf tools: Remove frozen from perf_header structJiri Olsa2-3/+0
2013-05-28perf tools: Save parent pid in thread structDavid Ahern2-0/+5
2013-05-28perf stats: Fix divide by 0 in varianceDavid Ahern1-1/+1
2013-05-28perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern1-1/+1
2013-05-28perf hists: Rename hist_entry__add_pair argumentsJiri Olsa1-3/+3
2013-05-28perf top: Add --percent-limit optionNamhyung Kim1-0/+1
2013-05-28perf report: Add --percent-limit optionNamhyung Kim1-3/+7
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim1-5/+1
2013-05-28perf top: Get rid of *_threaded() functionsNamhyung Kim2-42/+6
2013-05-28perf top: Fix percent output when no samples collectedNamhyung Kim1-6/+17
2013-05-28perf tools: Handle JITed code in shared memoryAndi Kleen1-0/+1
2013-05-28perf top: Use sort__has_symNamhyung Kim1-1/+0
2013-05-28perf sort: Cleanup sort__has_sym settingNamhyung Kim1-4/+1
2013-05-28perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim1-1/+1
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim2-4/+44
2013-05-28perf sort: Separate out memory-specific sort keysNamhyung Kim2-16/+42
2013-05-28perf sort: Factor out common code in sort_dimension__add()Namhyung Kim1-24/+17
2013-05-28perf sort: Introduce sort__mode variableNamhyung Kim2-3/+9
2013-05-28perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2-12/+16
2013-05-28perf hists: Free unused mem info of a matched hist entryNamhyung Kim1-0/+6
2013-05-28perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim1-0/+14
2013-05-28perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu1-2/+2
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo2-2/+2
2013-04-01perf tools: Fix output of symbol_daddr offsetNamhyung Kim1-1/+1
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian1-1/+9
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian1-0/+1
2013-04-01perf record: Add support for mem access profilingStephane Eranian1-0/+3
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian10-10/+525
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen7-9/+84
2013-03-26perf report: Add --no-demangle optionNamhyung Kim3-4/+9
2013-03-25perf stat: Add per-core aggregationStephane Eranian2-0/+58
2013-03-25perf stat: Refactor aggregation codeStephane Eranian1-12/+28
2013-03-21perf tools: Cleanup calc_data_size logicNamhyung Kim1-9/+4
2013-03-21perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim1-15/+29
2013-03-21perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim1-23/+57
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-read.cNamhyung Kim1-33/+67