summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2014-08-08perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa1-2/+3
2014-08-08perf evlist: Reset SIGTERM handler in workload child processDavid Ahern1-0/+2
2014-08-08perf tools: Remove cwdlen from struct perf_sessionJiri Olsa1-1/+0
2014-08-08perf tools: Remove frozen from perf_header structJiri Olsa2-3/+0
2014-08-08perf tools: Save parent pid in thread structDavid Ahern2-0/+5
2014-08-08perf stats: Fix divide by 0 in varianceDavid Ahern1-1/+1
2014-08-08perf hists: Rename hist_entry__add_pair argumentsJiri Olsa1-3/+3
2014-08-08perf top: Add --percent-limit optionNamhyung Kim1-0/+1
2014-08-08perf report: Add --percent-limit optionNamhyung Kim1-3/+7
2014-08-08perf hists: Move locking to its call-sitesNamhyung Kim1-5/+1
2014-08-08perf top: Get rid of *_threaded() functionsNamhyung Kim2-42/+6
2014-08-08perf top: Fix percent output when no samples collectedNamhyung Kim1-6/+17
2014-08-08perf top: Use sort__has_symNamhyung Kim1-1/+0
2014-08-08perf sort: Cleanup sort__has_sym settingNamhyung Kim1-4/+1
2014-08-08perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim1-1/+1
2014-08-08perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim2-4/+44
2014-08-08perf sort: Separate out memory-specific sort keysNamhyung Kim2-16/+42
2014-08-08perf sort: Factor out common code in sort_dimension__add()Namhyung Kim1-24/+17
2014-08-08perf sort: Introduce sort__mode variableNamhyung Kim2-3/+9
2014-08-08perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2-12/+16
2014-08-08perf hists: Free unused mem info of a matched hist entryNamhyung Kim1-0/+6
2014-08-08perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim1-0/+14
2014-08-08perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu1-2/+2
2014-06-11perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern1-1/+1
2014-02-06perf kvm: Fix kvm report without guestmount.Dongsheng Yang1-1/+6
2014-01-25perf scripting perl: Fix build error on Fedora 12Arnaldo Carvalho de Melo1-1/+1
2013-12-04perf tools: Remove cast of non-variadic function to variadicMichael Hudson-Doyle2-3/+10
2013-10-01perf tools: Handle JITed code in shared memoryAndi Kleen1-0/+1
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
2013-03-21perf tools: Handle failure case in trace_report()Namhyung Kim2-19/+31
2013-03-21perf tools: Get rid of die() calls from trace-event-info.cNamhyung Kim1-42/+72
2013-03-21perf tools: Get rid of write_or_die() from trace-event-info.cNamhyung Kim2-55/+127
2013-03-21perf tools: Get rid of malloc_or_die() in trace-event-info.cNamhyung Kim1-18/+30
2013-03-21perf tools: Let get_tracing_file() return NULL to indicate failure.Namhyung Kim1-3/+22
2013-03-21perf tools: Get rid of redundant _FILE_OFFSET_BITS definitionNamhyung Kim4-8/+0
2013-03-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar25-553/+371
2013-03-18Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-3/+4