aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-05-12perf tools: Use getconf to determine number of online CPUsWill Deacon1-1/+1
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-43/+62
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan1-0/+2
2015-05-01perf report: Fix -T/--threads option to work againNamhyung Kim1-1/+1
2015-04-27perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek1-0/+8
2015-04-27perf bench numa: Fixes of --quiet argumentPetr Holasek1-2/+2
2015-04-27perf bench futex: Fix hung wakeup tasks after requeueingDavidlohr Bueso1-7/+8
2015-04-27perf probe: Fix bug with global variables handlingHe Kuang1-1/+3
2015-04-27perf top: Fix a segfault when kernel map is restricted.Wang Nan1-1/+1
2015-04-24perf kmem: Fix compiles on RHEL6/OL6David Ahern1-27/+27
2015-04-23perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon1-2/+2
2015-04-23perf trace: Disable events and drain events when forked workload endsArnaldo Carvalho de Melo1-0/+5
2015-04-23perf trace: Enable events when doing system wide tracing and starting a workloadArnaldo Carvalho de Melo1-2/+3
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-78/+567
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds190-2638/+4927
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2015-04-13perf probe: Fix segfault when probe with lazy_line to fileHe Kuang1-1/+1
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota3-60/+74
2015-04-13perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang1-0/+1
2015-04-13perf kmem: Analyze page allocator events alsoNamhyung Kim2-17/+491
2015-04-10perf evlist: Fix type for references to data_head/tailDavid Ahern3-10/+9
2015-04-10perf probe: Check the orphaned -x optionMasami Hiramatsu1-0/+10
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu3-7/+13
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang3-9/+4
2015-04-10perf tools: Fix cross-endian analysisDavid Ahern1-1/+4
2015-04-10perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo1-8/+9
2015-04-10perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern1-2/+12
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa4-2/+49
2015-04-08perf report: Don't call map__kmap if map is NULL.Wang Nan1-1/+1
2015-04-08perf tests: Fix attr testsJiri Olsa2-2/+2
2015-04-08perf probe: Fix ARM 32 building errorWang Nan1-1/+2
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra3-182/+141
2015-04-08perf record: Add clockid parameterPeter Zijlstra5-4/+154
2015-04-08perf sched replay: Use replay_repeat to calculate the runavg of cpu usage instead of the default value 10Yunlong Song1-4/+4
2015-04-08perf sched replay: Support using -f to override perf.data file ownershipYunlong Song1-0/+1
2015-04-08perf sched replay: Fix the EMFILE error caused by the limitation of the maximum open filesYunlong Song1-5/+26
2015-04-08perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails for any taskYunlong Song1-1/+3
2015-04-08perf sched replay: Fix the segmentation fault problem caused by pr_err in threadsYunlong Song1-2/+3
2015-04-08perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the different pid_max configurationsYunlong Song1-1/+6
2015-04-08perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to the unexpected change of pid_maxYunlong Song1-2/+9
2015-04-08perf sched replay: Increase the MAX_PID value to fix assertion failure problemYunlong Song1-1/+1
2015-04-08perf sched replay: Use struct task_desc instead of struct task_task for correct meaningYunlong Song1-1/+1
2015-04-08perf kmem: Respect -i optionJiri Olsa1-1/+2
2015-04-08perf kmaps: Check kmaps to make code more robustWang Nan7-16/+70
2015-04-08perf evlist: Fix inverted logic in perf_mmap__emptyHe Kuang1-1/+1
2015-04-02perf data: Support using -f to override perf.data file ownership for 'convert'Yunlong Song3-3/+6
2015-04-02perf trace: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf timechart: Support using -f to override perf.data file ownershipYunlong Song1-0/+3
2015-04-02perf script: Support using -f to override perf.data file ownershipYunlong Song1-4/+5
2015-04-02perf mem: Support using -f to override perf.data file ownershipYunlong Song1-0/+3