summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Remove trim() implementation, use tools/lib's strim()Arnaldo Carvalho de Melo2019-06-265-10/+8Star
* perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo2019-06-2611-38/+23Star
* perf report: Use skip_spaces()Arnaldo Carvalho de Melo2019-06-261-2/+1Star
* perf metricgroup: Use strsep()Arnaldo Carvalho de Melo2019-06-261-2/+1Star
* 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/+2Star
* perf time-utils: Use skip_spaces()Arnaldo Carvalho de Melo2019-06-261-4/+2Star
* perf header: Use skip_spaces() in __write_cpudesc()Arnaldo Carvalho de Melo2019-06-261-3/+2Star
* perf stat: Use recently introduced skip_spaces()Arnaldo Carvalho de Melo2019-06-261-3/+2Star
* perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo2019-06-263-3/+3
* tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo2019-06-2642-116/+44Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* 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/+0Star
* 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/+6Star
* 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/+6Star
* 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/+8Star
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-196-20/+6Star
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480Thomas Gleixner2019-06-191-0/+1
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479Thomas Gleixner2019-06-191-2/+1Star
* | 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/+0Star
* | 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/+12Star
* | 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/+6Star
* | 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