summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo2-4/+5
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu2-13/+19
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu1-7/+24
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu1-15/+20
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu1-1/+1
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu1-1/+3
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar40-244/+3445
2015-05-06perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim4-3/+7
2015-05-06perf tools: Introduce pstack_peek()Namhyung Kim2-0/+8
2015-05-06perf tools: Move init_have_children field to the unnamed unionNamhyung Kim1-1/+1
2015-05-06perf tools: Move TUI-specific fields into unnamed unionNamhyung Kim1-6/+12
2015-05-06perf probe: Allow to use filter on --del commandMasami Hiramatsu2-71/+33
2015-05-06perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter2-0/+15
2015-05-06perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter2-10/+116
2015-05-06perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter6-0/+58
2015-05-06perf tools: Add support for PERF_RECORD_AUXAdrian Hunter6-0/+62
2015-05-06perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter2-1/+6
2015-05-06perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter2-1/+129
2015-05-05perf tools: Add AUX area tracing indexAdrian Hunter5-4/+280
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu2-5/+24
2015-05-04perf tools: Add strfilter__string to recover rules stringMasami Hiramatsu2-0/+76
2015-05-04perf tools: Improve strfilter to append additional rulesMasami Hiramatsu2-0/+66
2015-05-04perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao1-3/+26
2015-05-04perf tools: Fix bison-related build failure on CentOS 6Namhyung Kim1-1/+1
2015-05-04perf symbols: Warn on build id mismatchNaveen N. Rao1-0/+1
2015-05-04perf evlist: Amend mmap ref counting for the AUX area mmapAdrian Hunter1-1/+1
2015-05-04perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao2-0/+7
2015-05-04perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao2-0/+9
2015-05-04perf probe ppc64le: Fix ppc64 ABIv2 symbol decodingAnanth N Mavinakayanahalli2-0/+5
2015-05-04perf probe ppc: Enable matching against dot symbols automaticallyNaveen N. Rao3-3/+9
2015-05-04perf probe ppc: Use the right prefix when ignoring SyS symbols on ppcNaveen N. Rao2-9/+17
2015-05-04perf probe ppc: Fix symbol fixup issues due to ELF typeNaveen N. Rao2-2/+10
2015-04-29perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu1-9/+17
2015-04-29perf tools: Add symbolic events support for parse_events_errorJiri Olsa3-11/+10
2015-04-29perf tools: Add tracepoint support for parse_events_errorJiri Olsa1-1/+7
2015-04-29perf tools: Add static terms support for parse_events_errorJiri Olsa1-9/+28
2015-04-29perf tools: Add term support for parse_events_errorJiri Olsa4-9/+60
2015-04-29perf tools: Add location to pmu event termsJiri Olsa3-20/+36
2015-04-29perf tools: Change parse_events_add_pmu interfaceJiri Olsa3-10/+12
2015-04-29perf tools: Always bail out when config_attr function failsJiri Olsa1-4/+11
2015-04-29perf tools: Add flex support for parse_events_errorJiri Olsa3-8/+37
2015-04-29perf tools: Add parse_events_error interfaceJiri Olsa3-14/+109
2015-04-29perf tools: Add aux_watermark member of struct perf_event_attrAdrian Hunter2-0/+2
2015-04-29perf script: Add field option 'flags' to print sample flagsAdrian Hunter1-0/+2
2015-04-29perf tools: Add member to struct dso for an instruction cacheAdrian Hunter2-0/+5
2015-04-29perf auxtrace: Add a hashtable for cachingAdrian Hunter2-0/+137
2015-04-29perf auxtrace: Add processing for AUX area tracing eventsAdrian Hunter2-1/+64
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