summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2016-04-18perf tools: Dont stop PMU parsing on alias parse errorAndi Kleen
2016-03-07perf tools: Update MANIFEST per files removed from kernelDavid Ahern
2016-02-03perf kvm record/report: 'unprocessable sample' error while recording/reportin...Ravi Bangoria
2015-10-22perf header: Fixup reading of HEADER_NRCPUS featureArnaldo Carvalho de Melo
2015-10-22perf tools: Add empty Build files for architectures lacking themBen Hutchings
2015-10-22perf stat: Get correct cpu id for print_aggrKan Liang
2015-10-22perf hists: Update the column width for the "srcline" sort keyArnaldo Carvalho de Melo
2015-10-22perf tools: Fix copying of /proc/kcoreAdrian Hunter
2015-08-10perf symbols: Store if there is a filter in placeArnaldo Carvalho de Melo
2015-08-10perf hists browser: Take the --comm, --dsos, etc filters into accountArnaldo Carvalho de Melo
2015-08-03perf bench numa: Fix to show proper convergence statsSrikar Dronamraju
2015-05-12perf tools: Use getconf to determine number of online CPUsWill Deacon
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan
2015-05-01perf report: Fix -T/--threads option to work againNamhyung Kim
2015-04-27perf bench numa: Fix immediate meeting of convergence conditionPetr Holasek
2015-04-27perf bench numa: Fixes of --quiet argumentPetr Holasek
2015-04-27perf bench futex: Fix hung wakeup tasks after requeueingDavidlohr Bueso
2015-04-27perf probe: Fix bug with global variables handlingHe Kuang
2015-04-27perf top: Fix a segfault when kernel map is restricted.Wang Nan
2015-04-24perf kmem: Fix compiles on RHEL6/OL6David Ahern
2015-04-23perf kmem: Consistently use PRIu64 for printing u64 valuesWill Deacon
2015-04-23perf trace: Disable events and drain events when forked workload endsArnaldo Carvalho de Melo
2015-04-23perf trace: Enable events when doing system wide tracing and starting a workloadArnaldo Carvalho de Melo
2015-04-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-04-14Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-04-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2015-04-13perf probe: Fix segfault when probe with lazy_line to fileHe Kuang
2015-04-13perf probe: Find compilation directory path for lazy matchingNaohiro Aota
2015-04-13perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang
2015-04-13perf kmem: Analyze page allocator events alsoNamhyung Kim
2015-04-10perf evlist: Fix type for references to data_head/tailDavid Ahern
2015-04-10perf probe: Check the orphaned -x optionMasami Hiramatsu
2015-04-10perf probe: Support multiple probes on different binariesMasami Hiramatsu
2015-04-10perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang
2015-04-10perf tools: Fix cross-endian analysisDavid Ahern
2015-04-10perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo
2015-04-10perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern
2015-04-08perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa
2015-04-08perf report: Don't call map__kmap if map is NULL.Wang Nan
2015-04-08perf tests: Fix attr testsJiri Olsa
2015-04-08perf probe: Fix ARM 32 building errorWang Nan
2015-04-08perf tools: Merge all perf_event_attr print functionsPeter Zijlstra
2015-04-08perf record: Add clockid parameterPeter Zijlstra
2015-04-08perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...Yunlong Song
2015-04-08perf sched replay: Support using -f to override perf.data file ownershipYunlong Song
2015-04-08perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...Yunlong Song
2015-04-08perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...Yunlong Song
2015-04-08perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...Yunlong Song
2015-04-08perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...Yunlong Song