summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Make --funcs option exclusiveMasami Hiramatsu2015-04-292-0/+4
* perf tools: Add symbolic events support for parse_events_errorJiri Olsa2015-04-293-11/+10
* perf tools: Add tracepoint support for parse_events_errorJiri Olsa2015-04-291-1/+7
* perf tools: Add static terms support for parse_events_errorJiri Olsa2015-04-291-9/+28
* perf tools: Add term support for parse_events_errorJiri Olsa2015-04-295-10/+62
* perf tools: Add location to pmu event termsJiri Olsa2015-04-293-20/+36
* perf tools: Change parse_events_add_pmu interfaceJiri Olsa2015-04-293-10/+12
* perf tools: Always bail out when config_attr function failsJiri Olsa2015-04-291-4/+11
* perf tools: Add flex support for parse_events_errorJiri Olsa2015-04-293-8/+37
* perf tools: Add parse_events_error interfaceJiri Olsa2015-04-2914-32/+127
* perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter2015-04-292-0/+2
* perf script: Add field option 'flags' to print sample flagsAdrian Hunter2015-04-293-6/+39
* perf inject: Add Instruction Tracing supportAdrian Hunter2015-04-292-2/+95
* 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
* tools build: Fix Makefile(s) to properly invoke tools buildJiri Olsa2015-04-291-1/+11
* tools build: No need to make libapi for perf explicitlyJiri Olsa2015-04-291-4/+4
* tools lib traceevent: Add alias field to struct format_fieldJiri Olsa2015-04-292-2/+5
* 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-131-1/+1
* perf probe: Find compilation directory path for lazy matchingNaohiro Aota2015-04-133-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