summaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf inject: Re-pipe AUX area tracing eventsAdrian Hunter2015-04-291-5/+58
* perf script: Add Instruction Tracing supportAdrian Hunter2015-04-292-0/+38
* perf tools: Add member to struct dso for an instruction cacheAdrian Hunter2015-04-292-0/+5
* perf auxtrace: Add a hashtable for cachingAdrian Hunter2015-04-292-0/+137
* perf auxtrace: Add processing for AUX area tracing eventsAdrian Hunter2015-04-292-1/+64
* perf auxtrace: Add a heap for sorting AUX area tracing queuesAdrian Hunter2015-04-292-0/+114
* perf auxtrace: Add helpers for queuing AUX area tracing dataAdrian Hunter2015-04-292-0/+392
* perf auxtrace: Add helpers for AUX area tracing errorsAdrian Hunter2015-04-294-0/+104
* perf session: Add instruction tracing optionsAdrian Hunter2015-04-293-0/+181
* perf session: Add hooks to allow transparent decoding of AUX area tracing dataAdrian Hunter2015-04-293-10/+102
* perf tools: Add a user event for AUX area tracing errorsAdrian Hunter2015-04-294-1/+44
* perf record: Extend -m option for AUX area tracing mmap pagesAdrian Hunter2015-04-294-6/+56
* perf record: Add basic AUX area tracing supportAdrian Hunter2015-04-291-4/+77
* perf auxtrace: Add support for AUX area recordingAdrian Hunter2015-04-294-2/+243
* perf tools: Add user events for AUX area tracingAdrian Hunter2015-04-294-1/+101
* perf evlist: Add support for mmapping an AUX area bufferAdrian Hunter2015-04-295-3/+294
* perf header: Add AUX area tracing featureAdrian Hunter2015-04-292-0/+15
* perf data: Fix signedness of valueWang Nan2015-04-291-12/+52
* perf data: Fix duplicate field names and avoid reserved keywordsWang Nan2015-04-291-4/+82
* perf data: Add support for setting ordered_events queue sizeJiri Olsa2015-04-291-0/+22
* perf data: Enable stream flush within processingJiri Olsa2015-04-291-2/+24
* perf data: Switch to multiple cpu stream filesSebastian Andrzej Siewior2015-04-291-24/+182
* perf tests: Add build tests for building perf from kernel source root and toolsJiri Olsa2015-04-291-1/+13
* perf data: Show error message when conversion failedHe Kuang2015-04-291-2/+8
* perf diff: Make hist_entry_diff fields unionNamhyung Kim2015-04-291-7/+8
* perf hists: Get rid of position field from struct hist_entryNamhyung Kim2015-04-291-1/+0
* perf kmem: Fix compiles on RHEL6/OL6David Ahern2015-04-291-27/+27
* perf probe: Fix segfault when probe with lazy_line to fileHe Kuang2015-04-141-1/+1
* perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-143-60/+74
* perf probe: Set retprobe flag when probe in address-based alternative modeHe Kuang2015-04-131-0/+1
* perf kmem: Analyze page allocator events alsoNamhyung Kim2015-04-132-17/+491
* perf evlist: Fix type for references to data_head/tailDavid Ahern2015-04-103-10/+9
* perf probe: Check the orphaned -x optionMasami Hiramatsu2015-04-101-0/+10
* perf probe: Support multiple probes on different binariesMasami Hiramatsu2015-04-103-7/+13
* perf buildid-list: Fix segfault when show DSOs with hitsHe Kuang2015-04-103-9/+4
* perf tools: Fix cross-endian analysisDavid Ahern2015-04-101-1/+4
* perf tools: Fix error path to do closedir() when synthesizing threadsArnaldo Carvalho de Melo2015-04-101-8/+9
* perf tools: Fix synthesizing fork_event.ppid for non-main threadDavid Ahern2015-04-101-2/+12
* perf tools: Add 'I' event modifier for exclude_idle bitJiri Olsa2015-04-084-2/+49
* perf report: Don't call map__kmap if map is NULL.Wang Nan2015-04-081-1/+1
* perf tests: Fix attr testsJiri Olsa2015-04-082-2/+2
* perf probe: Fix ARM 32 building errorWang Nan2015-04-081-1/+2
* perf tools: Merge all perf_event_attr print functionsPeter Zijlstra2015-04-083-182/+141
* perf record: Add clockid parameterPeter Zijlstra2015-04-085-4/+154
* perf sched replay: Use replay_repeat to calculate the runavg of cpu usage ins...Yunlong Song2015-04-081-4/+4
* perf sched replay: Support using -f to override perf.data file ownershipYunlong Song2015-04-081-0/+1
* perf sched replay: Fix the EMFILE error caused by the limitation of the maxim...Yunlong Song2015-04-081-5/+26
* perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...Yunlong Song2015-04-081-1/+3
* perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...Yunlong Song2015-04-081-2/+3
* perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...Yunlong Song2015-04-081-1/+6