summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2013-11-15perf tools: Add missing liblk.a dependency for python/perf.soJiri Olsa1-1/+1
2013-11-15perf tools: Remove '?=' Makefile STRIP assignmentJiri Olsa1-1/+1
2013-11-15perf tools: Replace multiple line assignment with multiple statementsJiri Olsa1-24/+19
2013-11-15perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa2-238/+238
2013-11-15perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa2-0/+6
2013-11-15perf tools: Switch to full path C include directoriesJiri Olsa2-14/+39
2013-11-15perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa2-22/+25
2013-11-15perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa3-84/+89
2013-11-15perf evlist: Reset SIGTERM handler in workload child processDavid Ahern1-0/+2
2013-11-15tools lib lk: Respect CROSS_COMPILERabin Vincent1-0/+3
2013-11-15perf tools: Remove cwdlen from struct perf_sessionJiri Olsa1-1/+0
2013-11-15perf tools: Remove frozen from perf_header structJiri Olsa2-3/+0
2013-11-15perf tests: Fix exclude_guest|exclude_host checking for attr testsJiri Olsa2-4/+4
2013-11-15perf tests: Fix attr test for record -d optionJiri Olsa1-1/+4
2013-11-15perf tools: Final touches for CHK config moveJiri Olsa1-11/+0
2013-11-15perf tools: Move paths config into config/MakefileJiri Olsa2-58/+52
2013-11-15perf tools: Move libnuma check config into config/MakefileJiri Olsa2-8/+12
2013-11-15perf tools: Move stdlib check config into config/MakefileJiri Olsa2-18/+18
2013-11-15perf tools: Move libbfd check config into config/MakefileJiri Olsa2-37/+37
2013-11-15perf tools: Move libpython check config into config/MakefileJiri Olsa2-65/+66
2013-11-15perf tools: Move libperl check config into config/MakefileJiri Olsa2-17/+24
2013-11-15perf tools: Move gtk2 check config into config/MakefileJiri Olsa2-18/+22
2013-11-15perf tools: Move slang check config into config/MakefileJiri Olsa2-26/+30
2013-11-15perf tools: Move libaudit check config into config/MakefileJiri Olsa2-8/+12
2013-11-15perf tools: Move libunwind check config into config/MakefileJiri Olsa2-24/+27
2013-11-15perf tools: Move libdw check config into config/MakefileJiri Olsa2-7/+15
2013-11-15perf tools: Move libelf check config into config/MakefileJiri Olsa2-46/+47
2013-11-15perf tools: Move compiler and linker flags check into config/MakefileJiri Olsa2-91/+85
2013-11-15perf tools: Move programs check into config/MakefileJiri Olsa2-16/+18
2013-11-15perf tools: Move arch check into config/MakefileJiri Olsa2-29/+48
2013-11-15perf tools: Add automated make test suiteJiri Olsa1-0/+138
2013-11-15perf tools: Save parent pid in thread structDavid Ahern2-0/+5
2013-11-15perf stats: Fix divide by 0 in varianceDavid Ahern1-1/+1
2013-11-15perf kvm: Handle realloc failuresDavid Ahern1-0/+3
2013-11-15perf evsel: Fix printing of perf_event_paranoid messageDavid Ahern1-1/+1
2013-11-15perf test: Fix typoArnaldo Carvalho de Melo1-1/+1
2013-11-15perf hists: Rename hist_entry__add_pair argumentsJiri Olsa1-3/+3
2013-11-15perf diff: Use internal rb tree for hists__precomputeJiri Olsa1-3/+10
2013-11-15perf report: Add report.percent-limit config variableNamhyung Kim1-1/+6
2013-11-15perf top: Add --percent-limit optionNamhyung Kim4-4/+34
2013-11-15perf report: Add --percent-limit optionNamhyung Kim8-25/+115
2013-11-15perf report: Don't bother locking when adding hist entriesNamhyung Kim1-4/+0
2013-11-15perf hists: Move locking to its call-sitesNamhyung Kim3-17/+18
2013-11-15perf top: Get rid of *_threaded() functionsNamhyung Kim3-52/+19
2013-11-15perf top: Fix percent output when no samples collectedNamhyung Kim1-6/+17
2013-11-15perf top: Fix -E option behaviorNamhyung Kim1-12/+5
2013-11-15perf record: handle death by SIGTERMDavid Ahern1-1/+1
2013-11-15perf tests: Fix compile errors in bp_signal filesSukadev Bhattiprolu2-0/+12
2013-11-15perf tools: Fix tab vs spaces issue in Makefile ifdef/endifJiri Olsa1-3/+3
2013-11-15perf hists browser: Use sort__has_symArnaldo Carvalho de Melo1-7/+2