summaryrefslogtreecommitdiffstats
path: root/tools/perf/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf probe: Accept filter argument for --listMasami Hiramatsu2015-05-042-5/+24
* perf tools: Add strfilter__string to recover rules stringMasami Hiramatsu2015-05-042-0/+76
* perf tools: Improve strfilter to append additional rulesMasami Hiramatsu2015-05-042-0/+66
* perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao2015-05-041-3/+26
* perf tools: Fix bison-related build failure on CentOS 6Namhyung Kim2015-05-041-1/+1
* perf symbols: Warn on build id mismatchNaveen N. Rao2015-05-041-0/+1
* perf evlist: Amend mmap ref counting for the AUX area mmapAdrian Hunter2015-05-041-1/+1
* perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2015-05-042-0/+7
* perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2015-05-042-0/+9
* perf probe ppc64le: Fix ppc64 ABIv2 symbol decodingAnanth N Mavinakayanahalli2015-05-042-0/+5
* perf probe ppc: Enable matching against dot symbols automaticallyNaveen N. Rao2015-05-043-3/+9
* perf probe ppc: Use the right prefix when ignoring SyS symbols on ppcNaveen N. Rao2015-05-042-9/+17
* perf probe ppc: Fix symbol fixup issues due to ELF typeNaveen N. Rao2015-05-042-2/+10
* perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu2015-04-291-9/+17
* 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-294-9/+60
* 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-293-14/+109
* 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-291-0/+2
* 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-292-3/+8
* perf auxtrace: Add support for AUX area recordingAdrian Hunter2015-04-293-2/+241
* 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 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 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