summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-05-28perf tools: Move libdw check config into config/MakefileJiri Olsa2-7/+15
2013-05-28perf tools: Move libelf check config into config/MakefileJiri Olsa2-46/+47
2013-05-28perf tools: Move compiler and linker flags check into config/MakefileJiri Olsa2-91/+85
2013-05-28perf tools: Move programs check into config/MakefileJiri Olsa2-16/+18
2013-05-28perf tools: Move arch check into config/MakefileJiri Olsa2-29/+48
2013-05-28perf tools: Add automated make test suiteJiri Olsa1-0/+138
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 kvm: Handle realloc failuresDavid Ahern1-0/+3
2013-05-28perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern1-1/+1
2013-05-28perf test: Fix typoArnaldo Carvalho de Melo1-1/+1
2013-05-28perf hists: Rename hist_entry__add_pair argumentsJiri Olsa1-3/+3
2013-05-28perf diff: Use internal rb tree for hists__precomputeJiri Olsa1-3/+10
2013-05-28perf report: Add report.percent-limit config variableNamhyung Kim1-1/+6
2013-05-28perf top: Add --percent-limit optionNamhyung Kim4-4/+34
2013-05-28perf report: Add --percent-limit optionNamhyung Kim8-25/+115
2013-05-28perf report: Don't bother locking when adding hist entriesNamhyung Kim1-4/+0
2013-05-28perf hists: Move locking to its call-sitesNamhyung Kim3-17/+18
2013-05-28perf top: Get rid of *_threaded() functionsNamhyung Kim3-52/+19
2013-05-28perf top: Fix percent output when no samples collectedNamhyung Kim1-6/+17
2013-05-28perf top: Fix -E option behaviorNamhyung Kim1-12/+5
2013-05-28perf record: handle death by SIGTERMDavid Ahern1-1/+1
2013-05-28perf tools: Handle JITed code in shared memoryAndi Kleen1-0/+1
2013-05-28perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu2-0/+12
2013-05-28perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa1-3/+3
2013-05-28perf hists browser: Use sort__has_symArnaldo Carvalho de Melo1-7/+2
2013-05-28perf top: Use sort__has_symNamhyung Kim2-10/+3
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 archive: Fix typo on DocumentationArnaldo Carvalho de Melo1-1/+1
2013-05-28perf sort: Consolidate sort_entry__setup_elide()Namhyung Kim5-29/+47
2013-05-28perf sort: Separate out memory-specific sort keysNamhyung Kim3-16/+44
2013-05-28perf sort: Factor out common code in sort_dimension__add()Namhyung Kim1-24/+17
2013-05-28perf sort: Introduce sort__mode variableNamhyung Kim4-15/+24
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 Kim2-3/+20
2013-05-28perf tools: Fix bug in isupper() and islower()Sukadev Bhattiprolu1-2/+2
2013-05-28watchdog: Remove softlockup_thresh from DocumentationLi Zefan1-10/+0
2013-05-28watchdog: Document watchdog_thresh sysctlLi Zefan1-0/+14
2013-05-28watchdog: Disallow setting watchdog_thresh to -1Li Zefan1-2/+1
2013-05-28perf/x86/amd: Rework AMD PMU init codePeter Zijlstra1-17/+17
2013-05-28perf/x86: Check branch sampling priv level in generic codeStephane Eranian2-15/+7
2013-05-28perf/x86/intel: Prevent some shift wrapping bugs in the Intel uncore driverDan Carpenter2-4/+4
2013-05-28perf: Add sysfs entry to adjust multiplexing interval per PMUStephane Eranian2-4/+60
2013-05-28perf: Use hrtimers for event multiplexingStephane Eranian3-10/+109
2013-05-28perf: Fix hw breakpoints overflow period samplingJiri Olsa3-1/+8
2013-05-28x86/signals: Merge EFLAGS bit clearing into a single statementJiri Olsa1-7/+3
2013-05-28x86/signals: Clear RF EFLAGS bit for signal handlerJiri Olsa1-0/+6
2013-05-28x86/signals: Propagate RF EFLAGS bit through the signal restore callJiri Olsa3-10/+2