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