summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2015-04-29perf auxtrace: Add a heap for sorting AUX area tracing queuesAdrian Hunter2-0/+114
2015-04-29perf auxtrace: Add helpers for queuing AUX area tracing dataAdrian Hunter2-0/+392
2015-04-29perf auxtrace: Add helpers for AUX area tracing errorsAdrian Hunter4-0/+104
2015-04-29perf session: Add instruction tracing optionsAdrian Hunter3-0/+181
2015-04-29perf session: Add hooks to allow transparent decoding of AUX area tracing dataAdrian Hunter3-10/+102
2015-04-29perf tools: Add a user event for AUX area tracing errorsAdrian Hunter4-1/+44
2015-04-29perf record: Extend -m option for AUX area tracing mmap pagesAdrian Hunter4-6/+56
2015-04-29perf record: Add basic AUX area tracing supportAdrian Hunter1-4/+77
2015-04-29perf auxtrace: Add support for AUX area recordingAdrian Hunter4-2/+243
2015-04-29perf tools: Add user events for AUX area tracingAdrian Hunter4-1/+101
2015-04-29perf evlist: Add support for mmapping an AUX area bufferAdrian Hunter5-3/+294
2015-04-29perf header: Add AUX area tracing featureAdrian Hunter2-0/+15
2015-04-29perf data: Fix signedness of valueWang Nan1-12/+52
2015-04-29perf data: Fix duplicate field names and avoid reserved keywordsWang Nan1-4/+82
2015-04-29perf data: Add support for setting ordered_events queue sizeJiri Olsa1-0/+22
2015-04-29perf data: Enable stream flush within processingJiri Olsa1-2/+24
2015-04-29perf data: Switch to multiple cpu stream filesSebastian Andrzej Siewior1-24/+182
2015-04-29perf tests: Add build tests for building perf from kernel source root and toolsJiri Olsa1-1/+13
2015-04-29tools build: Fix Makefile(s) to properly invoke tools buildJiri Olsa1-1/+11
2015-04-29tools build: No need to make libapi for perf explicitlyJiri Olsa1-4/+4
2015-04-29tools lib traceevent: Add alias field to struct format_fieldJiri Olsa2-2/+5
2015-04-29perf data: Show error message when conversion failedHe Kuang1-2/+8
2015-04-29perf diff: Make hist_entry_diff fields unionNamhyung Kim1-7/+8
2015-04-29perf hists: Get rid of position field from struct hist_entryNamhyung Kim1-1/+0
2015-04-29perf kmem: Fix compiles on RHEL6/OL6David Ahern1-27/+27
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 ins...Yunlong 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 maxim...Yunlong Song1-5/+26
2015-04-08perf sched replay: Handle the dead halt of sem_wait when create_tasks() fails...Yunlong Song1-1/+3
2015-04-08perf sched replay: Fix the segmentation fault problem caused by pr_err in thr...Yunlong Song1-2/+3
2015-04-08perf sched replay: Realloc the memory of pid_to_task stepwise to adapt to the...Yunlong Song1-1/+6
2015-04-08perf sched replay: Alloc the memory of pid_to_task dynamically to adapt to th...Yunlong Song1-2/+9
2015-04-08perf sched replay: Increase the MAX_PID value to fix assertion failure problemYunlong Song1-1/+1