summary refs log tree commit diff
path: root/tools/perf
AgeCommit message (Expand)Author
2013-05-28perf report: Add --percent-limit optionNamhyung Kim
2013-05-28perf report: Don't bother locking when adding hist entriesNamhyung Kim
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim
2013-05-28perf top: Get rid of *_threaded() functionsNamhyung Kim
2013-05-28perf top: Fix percent output when no samples collectedNamhyung Kim
2013-05-28perf top: Fix -E option behaviorNamhyung Kim
2013-05-28perf record: handle death by SIGTERMDavid Ahern
2013-05-28perf tools: Handle JITed code in shared memoryAndi Kleen
2013-05-28perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu
2013-05-28perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa
2013-05-28perf hists browser: Use sort__has_symArnaldo Carvalho de Melo
2013-05-28perf top: Use sort__has_symNamhyung Kim
2013-05-28perf sort: Cleanup sort__has_sym settingNamhyung Kim
2013-05-28perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim
2013-05-28perf archive: Fix typo on DocumentationArnaldo Carvalho de Melo
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim
2013-05-28perf sort: Separate out memory-specific sort keysNamhyung Kim
2013-05-28perf sort: Factor out common code in sort_dimension__add()Namhyung Kim
2013-05-28perf sort: Introduce sort__mode variableNamhyung Kim
2013-05-28perf report: Fix alignment of symbol column when -v is givenNamhyung Kim
2013-05-28perf hists: Free unused mem info of a matched hist entryNamhyung Kim
2013-05-28perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim
2013-05-28perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu
2013-05-22perf: net_dropmonitor: Remove progress indicatorBen Hutchings
2013-05-22perf: net_dropmonitor: Use bisection in symbol lookupBen Hutchings
2013-05-22perf: net_dropmonitor: Do not assume ordering of dictionariesBen Hutchings
2013-05-22perf: net_dropmonitor: Fix symbol-relative addressesBen Hutchings
2013-05-22perf: net_dropmonitor: Fix trace parameter orderBen Hutchings
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2013-04-12treewide: Fix typo in printksMasanari Iida
2013-04-01perf map browser: Exit just on well known key pressesArnaldo Carvalho de Melo
2013-04-01perf tools: Remove dependency on libnewtArnaldo Carvalho de Melo
2013-04-01perf map browser: Use ui_browser__input_window()Arnaldo Carvalho de Melo
2013-04-01perf python: Fix dependency for python/perf.soNaohiro Aota
2013-04-01perf tools: Convert needless static variable to localArnaldo Carvalho de Melo
2013-04-01Revert "perf sched: Handle PERF_RECORD_EXIT events"Arnaldo Carvalho de Melo
2013-04-01perf tools: Fix output of symbol_daddr offsetNamhyung Kim
2013-04-01perf machine: Detect data vs. text mappingsStephane Eranian
2013-04-01perf tools: Add new mem command for memory access profilingStephane Eranian
2013-04-01perf report: Add support for mem access profilingStephane Eranian
2013-04-01perf record: Add support for mem access profilingStephane Eranian
2013-04-01perf tools: Add mem access sampling core supportStephane Eranian
2013-04-01perf tools: Add support for weight v7 (modified)Andi Kleen
2013-03-26perf report: Add --no-demangle optionNamhyung Kim
2013-03-25perf stat: Add per-core aggregationStephane Eranian
2013-03-25perf stat: Rename --aggr-socket to --per-socketStephane Eranian
2013-03-25perf stat: Refactor aggregation codeStephane Eranian
2013-03-21perf tools: Cleanup calc_data_size logicNamhyung Kim
2013-03-21perf tools: Get rid of die() calls in trace-data-read.cNamhyung Kim
2013-03-21perf tools: Get rid of read_or_die() in trace-event-read.cNamhyung Kim