summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
| * | perf tools: Drop strxfrchar(), use strreplace() equivalent from kernelArnaldo Carvalho de Melo2019-07-013-20/+2
| * | perf tools: Ditch rtrim(), use strim() from tools/libArnaldo Carvalho de Melo2019-07-019-33/+13
| * | perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo2019-06-265-10/+8
| * | perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo2019-06-2611-38/+23
| * | perf report: Use skip_spaces()Arnaldo Carvalho de Melo2019-06-261-2/+1
| * | perf metricgroup: Use strsep()Arnaldo Carvalho de Melo2019-06-261-2/+1
| * | perf strfilter: Use skip_spaces()Arnaldo Carvalho de Melo2019-06-261-2/+2
| * | perf probe: Use skip_spaces() for argv handlingArnaldo Carvalho de Melo2019-06-261-14/+2
| * | perf time-utils: Use skip_spaces()Arnaldo Carvalho de Melo2019-06-251-4/+2
| * | perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo2019-06-251-3/+2
| * | perf stat: Use recently introduced skip_spaces()Arnaldo Carvalho de Melo2019-06-251-3/+2
| * | perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo2019-06-253-3/+3
| * | tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-2542-116/+44
| * | perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo2019-06-256-0/+6
| * | perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo2019-06-251-1/+0
| * | perf symbols: We need util.h in symbol-elf.c for zfree()Arnaldo Carvalho de Melo2019-06-251-0/+1
| * | perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo2019-06-252-14/+0
| * | tools x86 machine: Add missing util.h to pick up 'page_size'Arnaldo Carvalho de Melo2019-06-251-0/+1
| * | perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo2019-06-258-12/+16
| * | perf ctype: Remove now unused 'spaces' variableArnaldo Carvalho de Melo2019-06-252-5/+0
| * | perf ui stdio: No need to use 'spaces' to left alignArnaldo Carvalho de Melo2019-06-251-3/+7
| * | perf ctype: Remove unused 'graph_line' variableArnaldo Carvalho de Melo2019-06-252-5/+0
| * | perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter2019-06-251-0/+251
| * | perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e...Adrian Hunter2019-06-251-0/+239
| * | perf db-export: Export synth eventsAdrian Hunter2019-06-251-2/+44
| * | perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter2019-06-251-24/+41
| * | perf intel-pt: Add CBR value to decoder stateAdrian Hunter2019-06-252-0/+2
| * | perf intel-pt: Cater for CBR change in PSB+Adrian Hunter2019-06-251-0/+7
| * | perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter2019-06-251-10/+6
| * | perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer2019-06-252-2/+2
| * | perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter2019-06-251-12/+6
| * | perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter2019-06-251-1/+29
| * | perf tools: Fix cache.h include directiveNumfor Mbiziwo-Tiapo2019-06-251-1/+1
| * | Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar2019-06-248-22/+8
| |\ \
| * | | perf build: Handle slang being in /usr/include and in /usr/include/slang/Arnaldo Carvalho de Melo2019-06-182-3/+13
| * | | perf tools: Don't hardcode host include path for libslangFlorian Fainelli2019-06-171-1/+0
| * | | perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo2019-06-171-1/+7
| * | | perf trace: Fixup pointer arithmetic when consuming augmented syscall argsArnaldo Carvalho de Melo2019-06-171-1/+1
| * | | perf pmu: Fix uncore PMU alias list for ARM64John Garry2019-06-171-16/+12
| * | | perf tests: Add missing SPDX headersArnaldo Carvalho de Melo2019-06-1716-1/+19
| * | | perf trace: Streamline validation of select syscall names listArnaldo Carvalho de Melo2019-06-171-10/+6
| * | | perf trace: Fix exclusion of not available syscall names from selector listArnaldo Carvalho de Melo2019-06-171-4/+4
| * | | tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo2019-06-172-0/+6
| * | | perf intel-pt: Add callchain to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+8
| * | | perf intel-pt: Add memory information to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+27
| * | | perf intel-pt: Add LBR information to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+72
| * | | perf intel-pt: Add XMM registers to synthesized PEBS sampleAdrian Hunter2019-06-171-1/+29
| * | | perf intel-pt: Add gp registers to synthesized PEBS sampleAdrian Hunter2019-06-171-0/+69
| * | | perf intel-pt: Synthesize PEBS sample basic informationAdrian Hunter2019-06-171-2/+50
| * | | perf intel-pt: Factor out common sample preparation for re-useAdrian Hunter2019-06-171-7/+16