aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-10perf script: Fix broken include in Context.xsRamkumar Ramachandra1-1/+1
2013-07-10perf tools: Fix -ldw/-lelf link test when static linkingMike Frysinger1-2/+2
2013-07-09perf tools: Revert regression in configuration of Python supportMichael Witten1-1/+1
2013-07-08perf tools: Fix perf version generationRobert Richter1-6/+15
2013-07-08perf stat: Fix per-socket output bug for uncore eventsStephane Eranian1-3/+4
2013-07-08perf symbols: Fix vdso list searchingWaiman Long3-4/+11
2013-07-08perf evsel: Fix missing increment in sample parsingAdrian Hunter1-1/+1
2013-07-08perf tools: Update symbol_conf.nr_events when processing attribute eventsAdrian Hunter1-0/+2
2013-07-08perf tools: Fix new_term() missing free on error pathAdrian Hunter1-0/+1
2013-07-08perf tools: Fix parse_events_terms() segfault on error pathAdrian Hunter1-1/+2
2013-07-08perf evsel: Fix count parameter to read call in event_format__newDavid Ahern1-1/+1
2013-07-08perf tools: Fix -x/--exclude-other option for report commandJiri Olsa4-6/+1
2013-07-08perf evlist: Enhance perf_evlist__start_workload()Namhyung Kim1-1/+9
2013-07-08perf record: Remove -f/--force optionJiri Olsa7-14/+6
2013-07-08perf record: Remove -A/--append optionJiri Olsa3-88/+11
2013-07-08perf stat: Avoid sending SIGTERM to random processesStephane Eranian1-1/+22
2013-07-08perf tools: Include termios.h explicitlyJoonsoo Kim1-1/+1
2013-07-08perf bench: Fix memory allocation fail check in mem{set,cpy} workloadsKirill A. Shutemov2-3/+3
2013-07-08perf tools: Fix build errors with O and DESTDIR make vars setRobert Richter2-4/+3
2013-07-08perf tools: Fix output directory of Documentation/Robert Richter1-8/+2
2013-07-08tools: Get only verbose output with V=1Robert Richter2-2/+2
2013-05-30perf tools: Add missing liblk.a dependency for python/perf.soJiri Olsa1-1/+1
2013-05-30perf tools: Remove '?=' Makefile STRIP assignmentJiri Olsa1-1/+1
2013-05-30perf tools: Replace multiple line assignment with multiple statementsJiri Olsa1-24/+19
2013-05-30perf tools: Replace tabs with spaces for all non-commands statementsJiri Olsa2-238/+238
2013-05-30perf tools: Add NO_BIONIC variable to confiure bionic setupJiri Olsa2-0/+6
2013-05-30perf tools: Switch to full path C include directoriesJiri Olsa2-14/+39
2013-05-30perf tools: Merge all *LDFLAGS* make variable into LDFLAGSJiri Olsa2-22/+25
2013-05-30perf tools: Merge all *CFLAGS* make variable into CFLAGSJiri Olsa3-84/+89
2013-05-30perf evlist: Reset SIGTERM handler in workload child processDavid Ahern1-0/+2
2013-05-29perf tools: Remove cwdlen from struct perf_sessionJiri Olsa1-1/+0
2013-05-29perf tools: Remove frozen from perf_header structJiri Olsa2-3/+0
2013-05-29perf tests: Fix exclude_guest|exclude_host checking for attr testsJiri Olsa2-4/+4
2013-05-29perf tests: Fix attr test for record -d optionJiri Olsa1-1/+4
2013-05-29perf tools: Final touches for CHK config moveJiri Olsa1-11/+0
2013-05-29perf tools: Move paths config into config/MakefileJiri Olsa2-58/+52
2013-05-29perf tools: Move libnuma check config into config/MakefileJiri Olsa2-8/+12
2013-05-29perf tools: Move stdlib check config into config/MakefileJiri Olsa2-18/+18
2013-05-29perf tools: Move libbfd check config into config/MakefileJiri Olsa2-37/+37
2013-05-29perf tools: Move libpython check config into config/MakefileJiri Olsa2-65/+66
2013-05-29perf tools: Move libperl check config into config/MakefileJiri Olsa2-17/+24
2013-05-29perf tools: Move gtk2 check config into config/MakefileJiri Olsa2-18/+22
2013-05-29perf tools: Move slang check config into config/MakefileJiri Olsa2-26/+30
2013-05-29perf tools: Move libaudit check config into config/MakefileJiri Olsa2-8/+12
2013-05-29perf tools: Move libunwind check config into config/MakefileJiri Olsa2-24/+27
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