summaryrefslogtreecommitdiffstats
path: root/tools/perf/util
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/core, to resolve conflictsIngo Molnar2015-05-112-1/+5
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-05-062-1/+5
| |\
| | * perf probe: Fix segfault if passed with ''.Wang Nan2015-05-051-0/+2
| | * perf probe: Fix bug with global variables handlingHe Kuang2015-04-271-1/+3
* | | perf probe: Support glob wildcards for function nameMasami Hiramatsu2015-05-086-11/+59
* | | perf probe: Add --no-inlines option to avoid searching inline functionsMasami Hiramatsu2015-05-082-1/+2
* | | perf probe: Introduce probe_conf global configsMasami Hiramatsu2015-05-084-49/+41
* | | perf probe: Use perf_probe_event.target instead of passing as an argumentMasami Hiramatsu2015-05-082-32/+27
* | | perf machine: Protect the machine->threads with a rwlockArnaldo Carvalho de Melo2015-05-087-26/+114
* | | perf tools: Use atomic_t to implement thread__{get,put} refcntArnaldo Carvalho de Melo2015-05-082-4/+5
* | | perf probe: Support $params special probe argumentMasami Hiramatsu2015-05-082-13/+19
* | | perf probe: Skip kernel symbols which is out of .textMasami Hiramatsu2015-05-081-7/+24
* | | perf probe: Make --line checks validate C-style function nameMasami Hiramatsu2015-05-081-15/+20
* | | perf probe: Fix a typo for the flags of openMasami Hiramatsu2015-05-081-1/+1
* | | perf probe: Fix to close probe_events file in errorMasami Hiramatsu2015-05-081-1/+3
* | | Merge tag 'perf-core-for-mingo-3' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-05-0640-244/+3445
|\ \ \ | |/ / |/| |
| * | perf tools: Move TUI-specific fields out of map_symbolNamhyung Kim2015-05-054-3/+7
| * | perf tools: Introduce pstack_peek()Namhyung Kim2015-05-052-0/+8
| * | perf tools: Move init_have_children field to the unnamed unionNamhyung Kim2015-05-051-1/+1
| * | perf tools: Move TUI-specific fields into unnamed unionNamhyung Kim2015-05-051-6/+12
| * | perf probe: Allow to use filter on --del commandMasami Hiramatsu2015-05-052-71/+33
| * | perf record: Add AUX area tracing Snapshot Mode supportAdrian Hunter2015-05-052-0/+15
| * | perf tools: Add AUX area tracing Snapshot ModeAdrian Hunter2015-05-052-10/+116
| * | perf tools: Add support for PERF_RECORD_ITRACE_STARTAdrian Hunter2015-05-056-0/+58
| * | perf tools: Add support for PERF_RECORD_AUXAdrian Hunter2015-05-056-0/+62
| * | perf auxtrace: Add option to synthesize events for transactionsAdrian Hunter2015-05-052-1/+6
| * | perf tools: Add build option NO_AUXTRACE to exclude AUX area tracingAdrian Hunter2015-05-052-1/+129
| * | perf tools: Add AUX area tracing indexAdrian Hunter2015-05-045-4/+280
| * | 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
OpenPOWER on IntegriCloud