- 7a8ef4c perf tools: Remove string.h, unistd.h and sys/stat.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- a3b70b3 perf tools: Remove stale prototypes from builtin.h by Arnaldo Carvalho de Melo · 8 years ago
- 72f7c4d perf tools: Remove string.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 86a5e0c perf tools: Remove sys/ioctl.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- bf67334 perf tools: Remove a few more needless includes from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 391e420 perf tools: Include sys/param.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- 56e2e05 perf callchain: Move callchain specific routines from util.[ch] by Arnaldo Carvalho de Melo · 8 years ago
- 611f0af perf tools: Add compress.h for the *_decompress_to_file() headers by Arnaldo Carvalho de Melo · 8 years ago
- 166ebdd perf mem: Fix display of data source snoop indication by Andi Kleen · 8 years ago
- 8c2b7ca perf debug: Move dump_stack() and sighandler_dump_stack() to debug.h by Arnaldo Carvalho de Melo · 8 years ago
- bb8c16d perf kvm: Make function only used by 'perf kvm' static by Arnaldo Carvalho de Melo · 8 years ago
- c5e4027 perf tools: Move timestamp routines from util.h to time-utils.h by Arnaldo Carvalho de Melo · 8 years ago
- 58db1d6 perf tools: Move units conversion/formatting routines to separate object by Arnaldo Carvalho de Melo · 8 years ago
- 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
- 3dfed91 perf unwind: Provide only forward declarations for pointer types by Arnaldo Carvalho de Melo · 8 years ago
- 1b5ad16 perf tools: Ditch unused strchrnul() reimplementation by Arnaldo Carvalho de Melo · 8 years ago
- 1eae20c perf tools: Remove regex.h and fnmatch.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 76b31a2 perf tools: Remove include dirent.h from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 767fe71 perf tools: Remove misplaced __maybe_unused in some functions by Arnaldo Carvalho de Melo · 8 years ago
- 20a9ed2 perf tools: Use api/fs/tracing_path.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- 6dcca6d perf tools: No need to include bitops.h in util.h by Arnaldo Carvalho de Melo · 8 years ago
- 9a3993d perf tools: Move path related functions to util/path.h by Arnaldo Carvalho de Melo · 8 years ago
- b0742e9 perf tools: Don't include terminal handling headers in util.h by Arnaldo Carvalho de Melo · 8 years ago
- 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
- a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
- a067558 perf tools: Move extra string util functions to util/string2.h by Arnaldo Carvalho de Melo · 8 years ago
- 632a5ca perf tools: Move srcline definitions to separate header by Arnaldo Carvalho de Melo · 8 years ago
- fea0139 perf tools: Move print_binary definitions to separate files by Arnaldo Carvalho de Melo · 8 years ago
- a12a4e0 tools include: Include missing headers for fls() and types in linux/log2.h by Arnaldo Carvalho de Melo · 8 years ago
- 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
- 28a9bb9 perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION by Arnaldo Carvalho de Melo · 8 years ago
- aa8cc2f perf tools: Replace STR() calls with __stringify() by Arnaldo Carvalho de Melo · 8 years ago
- c3dca1a perf tools: Remove PRI[xu] macros from perf.h by Arnaldo Carvalho de Melo · 8 years ago
- fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
- b640985 perf tools: Remove unused macros from util.h by Arnaldo Carvalho de Melo · 8 years ago
- 68289cb tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h by Arnaldo Carvalho de Melo · 8 years ago
- 0061459 objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now by Arnaldo Carvalho de Melo · 8 years ago
- 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
- 8607c1e tools include: Move ARRAY_SIZE() to linux/kernel.h by Arnaldo Carvalho de Melo · 8 years ago
- f6441af tools include: Adopt __same_type() and __must_be_array() from the kernel by Arnaldo Carvalho de Melo · 8 years ago
- 379d61b tools include: Introduce linux/bug.h, from the kernel sources by Arnaldo Carvalho de Melo · 8 years ago
- 7909675 perf tools: Remove FLEX_ARRAY definition by Arnaldo Carvalho de Melo · 8 years ago
- 4c38c8f perf unwind arm64: Add missing errno.h header by Arnaldo Carvalho de Melo · 8 years ago
- 16eb813 Revert "perf tools: Fix include of linux/mman.h" by David Carrillo-Cisneros · 8 years ago
- 570eda0 perf util: Hint missing file when tool tips fail to load by David Carrillo-Cisneros · 8 years ago
- 9961aa6 tools build: Fix feature detection redefinion of build flags by David Carrillo-Cisneros · 8 years ago
- e5e992a perf tools: Disable JVMTI if no ELF support available by David Carrillo-Cisneros · 8 years ago
- 739cf30 perf trace: Add usage of --no-syscalls in man page by Ravi Bangoria · 8 years ago
- db49a71 perf stat: Fix bug in handling events in error state by Stephane Eranian · 8 years ago
- 7be6b31 perf tools: Pass PYTHON config to feature detection by David Carrillo-Cisneros · 8 years ago
- 986a5bc perf annotate: Use stripped line instead of raw disassemble line by Taeung Song · 8 years ago
- 4597cf0 perf annotate: Refactor the code to parse disassemble lines with {l,r}trim() by Taeung Song · 8 years ago
- c9d1c93 perf tools: Do not print missing features in pipe-mode by David Carrillo-Cisneros · 8 years ago
- 0973ad9 perf session: Don't rely on evlist in pipe mode by David Carrillo-Cisneros · 8 years ago
- 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
- 6d13491 perf tools: Describe pipe mode in perf.data-file-fomat.txt by David Carrillo-Cisneros · 8 years ago
- 1e0d4f0 perf inject: Copy events when reordering events in pipe mode by David Carrillo-Cisneros · 8 years ago
- bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
- d9f8dfa perf annotate s390: Implement jump types for perf annotate by Christian Borntraeger · 8 years ago
- e77852b perf annotate s390: Fix perf annotate error -95 (4.10 regression) by Christian Borntraeger · 8 years ago
- ecbe5e1 perf string: Simplify ltrim() implementation by Arnaldo Carvalho de Melo · 8 years ago
- bdd97ca perf tools: Refactor the code to strip command name with {l,r}trim() by Taeung Song · 8 years ago
- aa4beb1 perf pmu: Refactor wordwrap() with ltrim() by Taeung Song · 8 years ago
- e21600f perf ui browser: Refactor the code to parse color configs with ltrim() by Taeung Song · 8 years ago
- b07c40d perf stat: Refactor the code to strip csv output with ltrim() by Taeung Song · 8 years ago
- 32ccb13 perf evsel: Return exact sub event which failed with EPERM for wildcards by Jin Yao · 8 years ago
- 49346e8 perf script: Use strtok_r() when parsing output field list by Arnaldo Carvalho de Melo · 8 years ago
- dadafc3 perf callchains: Switch from strtok() to strtok_r() when parsing options by Arnaldo Carvalho de Melo · 8 years ago
- 84b1e36 Merge tag 'v4.11-rc6' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
- 894ca30 Merge tag 'powerpc-4.11-7' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
- 99094a5e perf annotate: Fix missing number of samples for source_line_samples by Taeung Song · 8 years ago
- 9c0899f perf tools: Don't die on a print function by Arnaldo Carvalho de Melo · 8 years ago
- f05082b perf tools: Handle allocation failures gracefully by Arnaldo Carvalho de Melo · 8 years ago
- 4277480 perf tools: Remove die() call by Arnaldo Carvalho de Melo · 8 years ago
- f3eda8f Merge branch 'perf/uncore-json-updates-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-misc into perf/core by Arnaldo Carvalho de Melo · 8 years ago
- f5a7080 perf sdt powerpc: Add argument support by Ravi Bangoria · 8 years ago
- 02ea80b bpf: add various verifier test cases for self-tests by Daniel Borkmann · 8 years ago
- fcc309e Merge tag 'perf-core-for-mingo-4.12-20170331' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
- fd5cead perf trace: Beautify statx syscall 'flag' and 'mask' arguments by Arnaldo Carvalho de Melo · 8 years ago
- 3e00cbe perf tools: Do not fail in case of empty HOME env variable by Jiri Olsa · 8 years ago
- 67ef287 tools include uapi: Grab copies of stat.h and fcntl.h by Arnaldo Carvalho de Melo · 8 years ago
- 3401e8d perf vendor events intel: Add missing space in json descriptions by Andi Kleen · 8 years ago
- af34cb4 perf vendor events intel: Add uncore_arb JSON support by Andi Kleen · 8 years ago
- 92c6de0 perf vendor events intel: Add uncore events for Skylake client by Andi Kleen · 8 years ago
- 092a95d perf vendor events intel: Add uncore events for Broadwell client by Andi Kleen · 8 years ago
- 0585c62 perf vendor events intel: Add uncore events for Haswell client by Andi Kleen · 8 years ago
- bccdcb2 perf vendor events intel: Add uncore events for Ivy Bridge client by Andi Kleen · 8 years ago
- 80432c7 perf vendor events intel: Add uncore events for Sandy Bridge client by Andi Kleen · 8 years ago
- 9c4e2e2 perf vendor events intel: Add missing UNC_M_DCLOCKTICKS for Broadwell DE uncore by Andi Kleen · 8 years ago
- a596a87 perf utils: Fix spelling mistake: "Invalud" -> "Invalid" by Colin Ian King · 8 years ago
- c69f203 Merge branch 'linus' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
- fd2b297 perf trace: Handle unpaired raw_syscalls:sys_exit event by Arnaldo Carvalho de Melo · 8 years ago
- c1dfcfa perf report: Drop cycles 0 for LBR print by Jin Yao · 8 years ago
- d451a20 perf/sdt/x86: Move OP parser to tools/perf/arch/x86/ by Ravi Bangoria · 8 years ago
- 2d01ecc perf/sdt/x86: Add renaming logic for (missing) 8 bit registers by Ravi Bangoria · 8 years ago
- c686770 perf tools: Remove support for command aliases by Arnaldo Carvalho de Melo · 8 years ago
- 3906a13 Merge tag 'perf-core-for-mingo-4.12-20170327' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/core by Ingo Molnar · 8 years ago
- d652f4b Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 8 years ago
- 55f77128 perf utils: Readlink /proc/self/exe to find the perf binary by Tommi Rantala · 8 years ago
- d4b364d perf utils: Null terminate buf in read_ftrace_printk() by Tommi Rantala · 8 years ago