aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-04-19perf tools: Remove include dirent.h from util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Remove misplaced __maybe_unused in some functionsArnaldo Carvalho de Melo
2017-04-19perf tools: Use api/fs/tracing_path.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: No need to include bitops.h in util.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move path related functions to util/path.hArnaldo Carvalho de Melo
2017-04-19perf tools: Don't include terminal handling headers in util.hArnaldo Carvalho de Melo
2017-04-19perf str{filter,list}: Disentangle headersArnaldo Carvalho de Melo
2017-04-19perf tools: Include errno.h where neededArnaldo Carvalho de Melo
2017-04-19perf tools: Move extra string util functions to util/string2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move srcline definitions to separate headerArnaldo Carvalho de Melo
2017-04-19perf tools: Move print_binary definitions to separate filesArnaldo Carvalho de Melo
2017-04-19tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo
2017-04-19perf tools: Move sane ctype stuff from util.h to sane_ctype.hArnaldo Carvalho de Melo
2017-04-19perf tools: Ditch unused PATH_SEP, STRIP_EXTENSIONArnaldo Carvalho de Melo
2017-04-19perf tools: Replace STR() calls with __stringify()Arnaldo Carvalho de Melo
2017-04-19perf tools: Remove PRI[xu] macros from perf.hArnaldo Carvalho de Melo
2017-04-19perf tools: Including missing inttypes.h headerArnaldo Carvalho de Melo
2017-04-19perf tools: Remove unused macros from util.hArnaldo Carvalho de Melo
2017-04-19tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo
2017-04-19objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it nowArnaldo Carvalho de Melo
2017-04-19perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is usedArnaldo Carvalho de Melo
2017-04-19tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo
2017-04-19tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo
2017-04-19tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo
2017-04-19perf tools: Remove FLEX_ARRAY definitionArnaldo Carvalho de Melo
2017-04-19perf unwind arm64: Add missing errno.h headerArnaldo Carvalho de Melo
2017-04-17Merge tag 'perf-core-for-mingo-4.12-20170413' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-04-14perf/x86: Fix spurious NMI with PEBS Load Latency eventKan Liang
2017-04-14Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-04-14perf/x86: Avoid exposing wrong/stale data in intel_pmu_lbr_read_32()Peter Zijlstra
2017-04-13Revert "perf tools: Fix include of linux/mman.h"perf-core-for-mingo-4.12-20170413David Carrillo-Cisneros
2017-04-13perf util: Hint missing file when tool tips fail to loadDavid Carrillo-Cisneros
2017-04-13tools build: Fix feature detection redefinion of build flagsDavid Carrillo-Cisneros
2017-04-13perf tools: Disable JVMTI if no ELF support availableDavid Carrillo-Cisneros
2017-04-13perf trace: Add usage of --no-syscalls in man pageRavi Bangoria
2017-04-13perf stat: Fix bug in handling events in error stateStephane Eranian
2017-04-12perf tools: Pass PYTHON config to feature detectionDavid Carrillo-Cisneros
2017-04-12kprobes/x86: Consolidate insn decoder users for copying codeMasami Hiramatsu
2017-04-12kprobes/x86: Use probe_kernel_read() instead of memcpy()Masami Hiramatsu
2017-04-12kprobes/x86: Set kprobes pages read-onlyMasami Hiramatsu
2017-04-12kprobes/x86: Make boostable flag booleanMasami Hiramatsu
2017-04-12kprobes/x86: Do not modify singlestep buffer while resumingMasami Hiramatsu
2017-04-12kprobes/x86: Use instruction decoder for boosterMasami Hiramatsu
2017-04-12kprobes/x86: Fix the description of __copy_instruction()Masami Hiramatsu
2017-04-12kprobes/x86: Fix kprobe-booster not to boost far call instructionsMasami Hiramatsu
2017-04-12Merge tag 'perf-core-for-mingo-4.12-20170411' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-04-12Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-04-11Merge tag 'perf-urgent-for-mingo-4.11-20170411' of git://git.kernel.org/pub/s...Ingo Molnar
2017-04-11perf annotate: Use stripped line instead of raw disassemble lineperf-core-for-mingo-4.12-20170411Taeung Song
2017-04-11perf annotate: Refactor the code to parse disassemble lines with {l,r}trim()Taeung Song