summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2019-06-25perf tools: Use linux/ctype.h in more placesArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-06-25perf tools: Add missing util.h to pick up 'page_size' variableArnaldo Carvalho de Melo
2019-06-25perf tools: Remove old baggage that is util/include/linux/ctype.hArnaldo Carvalho de Melo
2019-06-25perf symbols: We need util.h in symbol-elf.c for zfree()Arnaldo Carvalho de Melo
2019-06-25perf kallsyms: Adopt hex2u64 from tools/perf/util/util.hArnaldo Carvalho de Melo
2019-06-25tools x86 machine: Add missing util.h to pick up 'page_size'Arnaldo Carvalho de Melo
2019-06-25perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.hArnaldo Carvalho de Melo
2019-06-25perf ctype: Remove now unused 'spaces' variableArnaldo Carvalho de Melo
2019-06-25perf ui stdio: No need to use 'spaces' to left alignArnaldo Carvalho de Melo
2019-06-25perf ctype: Remove unused 'graph_line' variableArnaldo Carvalho de Melo
2019-06-25perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter
2019-06-25perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite e...Adrian Hunter
2019-06-25perf db-export: Export synth eventsAdrian Hunter
2019-06-25perf intel-pt: Synthesize CBR events when last seen value changesAdrian Hunter
2019-06-25perf intel-pt: Add CBR value to decoder stateAdrian Hunter
2019-06-25perf intel-pt: Cater for CBR change in PSB+Adrian Hunter
2019-06-25perf intel-pt: Decoder to output CBR changes immediatelyAdrian Hunter
2019-06-25perf tools: Increase MAX_NR_CPUS and MAX_CACHESKyle Meyer
2019-06-25perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()Adrian Hunter
2019-06-25perf thread-stack: Fix thread stack return from kernel for kernel-only caseAdrian Hunter
2019-06-25perf tools: Fix cache.h include directiveNumfor Mbiziwo-Tiapo
2019-06-24Merge tag 'v5.2-rc6' into perf/core, to refresh branchIngo Molnar
2019-06-24perf/x86/regs: Use PERF_REG_EXTENDED_MASKKan Liang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 480Thomas Gleixner
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 479Thomas Gleixner
2019-06-18perf build: Handle slang being in /usr/include and in /usr/include/slang/Arnaldo Carvalho de Melo
2019-06-17perf tools: Don't hardcode host include path for libslangFlorian Fainelli
2019-06-17perf evsel: Make perf_evsel__name() accept a NULL argumentArnaldo Carvalho de Melo
2019-06-17perf trace: Fixup pointer arithmetic when consuming augmented syscall argsArnaldo Carvalho de Melo
2019-06-17perf pmu: Fix uncore PMU alias list for ARM64John Garry
2019-06-17perf tests: Add missing SPDX headersArnaldo Carvalho de Melo
2019-06-17perf trace: Streamline validation of select syscall names listArnaldo Carvalho de Melo
2019-06-17perf trace: Fix exclusion of not available syscall names from selector listArnaldo Carvalho de Melo
2019-06-17tools build: Check if gettid() is available before providing helperArnaldo Carvalho de Melo
2019-06-17perf intel-pt: Add callchain to synthesized PEBS sampleAdrian Hunter
2019-06-17perf intel-pt: Add memory information to synthesized PEBS sampleAdrian Hunter
2019-06-17perf intel-pt: Add LBR information to synthesized PEBS sampleAdrian Hunter
2019-06-17perf intel-pt: Add XMM registers to synthesized PEBS sampleAdrian Hunter
2019-06-17perf intel-pt: Add gp registers to synthesized PEBS sampleAdrian Hunter
2019-06-17perf intel-pt: Synthesize PEBS sample basic informationAdrian Hunter
2019-06-17perf intel-pt: Factor out common sample preparation for re-useAdrian Hunter
2019-06-17perf intel-pt: Prepare to synthesize PEBS samplesAdrian Hunter
2019-06-17perf intel-pt: Add decoder support for PEBS via PTAdrian Hunter
2019-06-17perf intel-pt: Add Intel PT packet decoder testAdrian Hunter
2019-06-17perf intel-pt: Add new packets for PEBS via PTAdrian Hunter
2019-06-17perf: cs-etm: Optimize option setup for CPU-wide sessionsMathieu Poirier
2019-06-17perf tests arm64: Compile tests unconditionallyRaphael Gault
2019-06-17Merge tag 'perf-core-for-mingo-5.3-20190611' of git://git.kernel.org/pub/scm/...Ingo Molnar