summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add missing liblk.a dependency for python/perf.soJiri Olsa2013-05-301-1/+1
* perf tools: Remove '?=' Makefile STRIP assignmentJiri Olsa2013-05-301-1/+1
* perf tools: Replace multiple line assignment with multiple statementsJiri Olsa2013-05-301-24/+19Star
* perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa2013-05-302-238/+238
* perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa2013-05-302-0/+6
* perf tools: Switch to full path C include directoriesJiri Olsa2013-05-302-14/+39
* perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa2013-05-302-22/+25
* perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa2013-05-303-84/+89
* perf evlist: Reset SIGTERM handler in workload child processDavid Ahern2013-05-301-0/+2
* perf tools: Remove cwdlen from struct perf_sessionJiri Olsa2013-05-291-1/+0Star
* perf tools: Remove frozen from perf_header structJiri Olsa2013-05-292-3/+0Star
* perf tests: Fix exclude_guest|exclude_host checking for attr testsJiri Olsa2013-05-292-4/+4
* perf tests: Fix attr test for record -d optionJiri Olsa2013-05-291-1/+4
* perf tools: Final touches for CHK config moveJiri Olsa2013-05-291-11/+0Star
* perf tools: Move paths config into config/MakefileJiri Olsa2013-05-292-58/+52Star
* perf tools: Move libnuma check config into config/MakefileJiri Olsa2013-05-292-8/+12
* perf tools: Move stdlib check config into config/MakefileJiri Olsa2013-05-292-18/+18
* perf tools: Move libbfd check config into config/MakefileJiri Olsa2013-05-292-37/+37
* perf tools: Move libpython check config into config/MakefileJiri Olsa2013-05-292-65/+66
* perf tools: Move libperl check config into config/MakefileJiri Olsa2013-05-292-17/+24
* perf tools: Move gtk2 check config into config/MakefileJiri Olsa2013-05-292-18/+22
* perf tools: Move slang check config into config/MakefileJiri Olsa2013-05-292-26/+30
* 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/+85Star
* 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/+0Star
* perf hists: Move locking to its call-sitesNamhyung Kim2013-05-283-17/+18
* perf top: Get rid of *_threaded() functionsNamhyung Kim2013-05-283-52/+19Star
* perf top: Fix percent output when no samples collectedNamhyung Kim2013-05-281-6/+17
* perf top: Fix -E option behaviorNamhyung Kim2013-05-281-12/+5Star
* 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/+2Star