summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Move libaudit check config into config/MakefileJiri Olsa2013-05-292-8/+12
* perf tools: Move libunwind check config into config/MakefileJiri Olsa2013-05-292-24/+27
* perf tools: Move libdw check config into config/MakefileJiri Olsa2013-05-282-7/+15
* perf tools: Move libelf check config into config/MakefileJiri Olsa2013-05-282-46/+47
* perf tools: Move compiler and linker flags check into config/MakefileJiri Olsa2013-05-282-91/+85
* perf tools: Move programs check into config/MakefileJiri Olsa2013-05-282-16/+18
* perf tools: Move arch check into config/MakefileJiri Olsa2013-05-282-29/+48
* perf tools: Add automated make test suiteJiri Olsa2013-05-281-0/+138
* 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 kvm: Handle realloc failuresDavid Ahern2013-05-281-0/+3
* perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern2013-05-281-1/+1
* perf test: Fix typoArnaldo Carvalho de Melo2013-05-281-1/+1
* perf hists: Rename hist_entry__add_pair argumentsJiri Olsa2013-05-281-3/+3
* perf diff: Use internal rb tree for hists__precomputeJiri Olsa2013-05-281-3/+10
* perf report: Add report.percent-limit config variableNamhyung Kim2013-05-281-1/+6
* perf top: Add --percent-limit optionNamhyung Kim2013-05-284-4/+34
* perf report: Add --percent-limit optionNamhyung Kim2013-05-288-25/+115
* perf report: Don't bother locking when adding hist entriesNamhyung Kim2013-05-281-4/+0
* perf hists: Move locking to its call-sitesNamhyung Kim2013-05-283-17/+18
* perf top: Get rid of *_threaded() functionsNamhyung Kim2013-05-283-52/+19
* perf top: Fix percent output when no samples collectedNamhyung Kim2013-05-281-6/+17
* perf top: Fix -E option behaviorNamhyung Kim2013-05-281-12/+5
* perf record: handle death by SIGTERMDavid Ahern2013-05-281-1/+1
* perf tools: Handle JITed code in shared memoryAndi Kleen2013-05-281-0/+1
* perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu2013-05-282-0/+12
* perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa2013-05-281-3/+3
* perf hists browser: Use sort__has_symArnaldo Carvalho de Melo2013-05-281-7/+2
* perf top: Use sort__has_symNamhyung Kim2013-05-282-10/+3
* perf sort: Cleanup sort__has_sym settingNamhyung Kim2013-05-281-4/+1
* perf sort: Reorder HISTC_SRCLINE indexNamhyung Kim2013-05-281-1/+1
* perf archive: Fix typo on DocumentationArnaldo Carvalho de Melo2013-05-281-1/+1
* perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim2013-05-285-29/+47
* perf sort: Separate out memory-specific sort keysNamhyung Kim2013-05-283-16/+44
* perf sort: Factor out common code in sort_dimension__add()Namhyung Kim2013-05-281-24/+17
* perf sort: Introduce sort__mode variableNamhyung Kim2013-05-284-15/+24
* perf report: Fix alignment of symbol column when -v is givenNamhyung Kim2013-05-282-12/+16
* perf hists: Free unused mem info of a matched hist entryNamhyung Kim2013-05-281-0/+6
* perf hists: Fix an invalid memory free on he->branch_infoNamhyung Kim2013-05-282-3/+20
* perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu2013-05-281-2/+2
* watchdog: Remove softlockup_thresh from DocumentationLi Zefan2013-05-281-10/+0
* watchdog: Document watchdog_thresh sysctlLi Zefan2013-05-281-0/+14
* watchdog: Disallow setting watchdog_thresh to -1Li Zefan2013-05-281-2/+1
* perf/x86/amd: Rework AMD PMU init codePeter Zijlstra2013-05-281-17/+17
* perf/x86: Check branch sampling priv level in generic codeStephane Eranian2013-05-282-15/+7
* perf/x86/intel: Prevent some shift wrapping bugs in the Intel uncore driverDan Carpenter2013-05-282-4/+4
* perf: Add sysfs entry to adjust multiplexing interval per PMUStephane Eranian2013-05-282-4/+60
* perf: Use hrtimers for event multiplexingStephane Eranian2013-05-283-10/+109
* perf: Fix hw breakpoints overflow period samplingJiri Olsa2013-05-283-1/+8
* x86/signals: Merge EFLAGS bit clearing into a single statementJiri Olsa2013-05-281-7/+3
OpenPOWER on IntegriCloud