summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2015-05-12perf probe: Remove length limitation for showing available variablesHe Kuang
2015-05-11Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar
2015-05-08perf probe: Support glob wildcards for function nameMasami Hiramatsu
2015-05-08perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu
2015-05-08perf probe: Introduce probe_conf global configsMasami Hiramatsu
2015-05-08perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu
2015-05-08perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo
2015-05-08perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo
2015-05-08perf probe: Support $params special probe argumentMasami Hiramatsu
2015-05-08perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu
2015-05-08perf probe: Make --line checks validate C-style function nameMasami Hiramatsu
2015-05-08perf probe: Fix a typo for the flags of openMasami Hiramatsu
2015-05-08perf probe: Fix to close probe_events file in errorMasami Hiramatsu
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-05-06Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar
2015-05-05perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim
2015-05-05perf tools: Introduce pstack_peek()Namhyung Kim
2015-05-05perf tools: Move init_have_children field to the unnamed unionNamhyung Kim
2015-05-05perf tools: Move TUI-specific fields into unnamed unionNamhyung Kim
2015-05-05perf probe: Allow to use filter on --del commandMasami Hiramatsu
2015-05-05perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter
2015-05-05perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter
2015-05-05perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter
2015-05-05perf tools: Add support for PERF_RECORD_AUXAdrian Hunter
2015-05-05perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter
2015-05-05perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter
2015-05-05perf probe: Fix segfault if passed with ''.Wang Nan
2015-05-04perf tools: Add AUX area tracing indexAdrian Hunter
2015-05-04perf probe: Accept filter argument for --listMasami Hiramatsu
2015-05-04perf tools: Add strfilter__string to recover rules stringMasami Hiramatsu
2015-05-04perf tools: Improve strfilter to append additional rulesMasami Hiramatsu
2015-05-04perf probe: Improve detection of file/function name in the probe patternNaveen N. Rao
2015-05-04perf tools: Fix bison-related build failure on CentOS 6Namhyung Kim
2015-05-04perf symbols: Warn on build id mismatchNaveen N. Rao
2015-05-04perf evlist: Amend mmap ref counting for the AUX area mmapAdrian Hunter
2015-05-04perf probe ppc64le: Fixup function entry if using kallsyms lookupNaveen N. Rao
2015-05-04perf probe ppc64le: Prefer symbol table lookup over DWARFNaveen N. Rao
2015-05-04perf probe ppc64le: Fix ppc64 ABIv2 symbol decodingAnanth N Mavinakayanahalli
2015-05-04perf probe ppc: Enable matching against dot symbols automaticallyNaveen N. Rao
2015-05-04perf probe ppc: Use the right prefix when ignoring SyS symbols on ppcNaveen N. Rao
2015-05-04perf probe ppc: Fix symbol fixup issues due to ELF typeNaveen N. Rao
2015-04-29perf probe: Remove all probes matches given pattern at onceMasami Hiramatsu
2015-04-29perf tools: Add symbolic events support for parse_events_errorJiri Olsa
2015-04-29perf tools: Add tracepoint support for parse_events_errorJiri Olsa
2015-04-29perf tools: Add static terms support for parse_events_errorJiri Olsa
2015-04-29perf tools: Add term support for parse_events_errorJiri Olsa
2015-04-29perf tools: Add location to pmu event termsJiri Olsa
2015-04-29perf tools: Change parse_events_add_pmu interfaceJiri Olsa
2015-04-29perf tools: Always bail out when config_attr function failsJiri Olsa
2015-04-29perf tools: Add flex support for parse_events_errorJiri Olsa