Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
894f2fc44f2f3f48c36c973b1123f6ab298be160
/
tools
/
perf
/
util
/
include
915b088
tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/
by Arnaldo Carvalho de Melo
· 9 years ago
64af4e0
tools lib: Sync tools/lib/find_bit.c with the kernel
by Arnaldo Carvalho de Melo
· 9 years ago
4ddd327
tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
by Arnaldo Carvalho de Melo
· 9 years ago
63ab024
perf tools: regs_query_register_offset() infrastructure
by Wang Nan
· 9 years ago
307bc97
tools: Copy rbtree_augmented.h from the kernel
by Arnaldo Carvalho de Melo
· 9 years ago
03da23a
tools: Move rbtree.h from tools/perf/
by Arnaldo Carvalho de Melo
· 9 years ago
4407f96
perf tools: Copy rbtree.h from the kernel
by Arnaldo Carvalho de Melo
· 9 years ago
4fc62a8
tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/include
by Wang Nan
· 9 years ago
37fbe0a
perf tools: Move linux/kernel.h to tools/include
by Wang Nan
· 9 years ago
9402e23
perf tools: Import rb_erase_init from block/ in the kernel sources
by Arnaldo Carvalho de Melo
· 9 years ago
0cf5593
perf/bench: Fix mem* routines usage after alternatives change
by Borislav Petkov
· 10 years ago
25cd480
tools: Remove bitops/hweight usage of bits in tools/perf
by Arnaldo Carvalho de Melo
· 10 years ago
88a5766
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 10 years ago
3967278
tools: Move bitops.h from tools/perf/util to tools/
by Arnaldo Carvalho de Melo
· 10 years ago
88bcea4
tools: Introduce asm-generic/bitops.h
by Arnaldo Carvalho de Melo
· 10 years ago
23e1a35
tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib
by Arnaldo Carvalho de Melo
· 10 years ago
93c49b3
tools: Whitespace prep patches for moving bitops.h
by Arnaldo Carvalho de Melo
· 10 years ago
cae68d4
tools: Move code originally from asm-generic/atomic.h into tools/include/asm-generic/
by Arnaldo Carvalho de Melo
· 10 years ago
2dc0b97
tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h
by Arnaldo Carvalho de Melo
· 10 years ago
70e71ca
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 10 years ago
0cb6c96
net, lib: kill arch_fast_hash library bits
by Daniel Borkmann
· 10 years ago
416c419
perf tools: Add test_and_set_bit function
by Jiri Olsa
· 10 years ago
42f60c2
Revert "perf tools: Default to cpu// for events v5"
by Kan Liang
· 10 years ago
84f5d36
perf tools: Move pr_* debug macros into debug object
by Jiri Olsa
· 10 years ago
d944c4e
tools: Consolidate types.h
by Borislav Petkov
· 11 years ago
5ac3e4b
tools: Unify export.h
by Borislav Petkov
· 11 years ago
a51e87c
perf tools: Remove unused simple_strtoul() function
by Ramkumar Ramachandra
· 11 years ago
0066f3b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 11 years ago
b39c2a5
perf tools: Fix strict alias issue for find_first_bit
by Jiri Olsa
· 11 years ago
5072f27
perf tools: Drop prefetch.h
by Borislav Petkov
· 11 years ago
0e55fa1
perf tools: Move hash.h header
by Borislav Petkov
· 11 years ago
cd0cfad
perf tools: Move fs.* to lib/api/fs/
by Borislav Petkov
· 11 years ago
6a02652
perf tools: Fix include for non x86 architectures
by Francesco Fusco
· 11 years ago
02dfc8d
tools include: Move perf's bug.h to a generic place
by Namhyung Kim
· 11 years ago
8a625c1
tools include: Move perf's linux/compiler.h to a generic place
by Namhyung Kim
· 11 years ago
a986241
perf fs: Add procfs support
by Jiri Olsa
· 11 years ago
fb1c918
tools/perf: Turn strlcpy() into a __weak function
by Ingo Molnar
· 11 years ago
7a10822
tools/perf: Clean up util/include/linux/compiler.h
by Ingo Molnar
· 11 years ago
89fe808
tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT
by Ingo Molnar
· 11 years ago
50e200f
perf tools: Default to cpu// for events v5
by Andi Kleen
· 12 years ago
1526813
perf tools: Fix PMU format parsing test failure
by Sukadev Bhattiprolu
· 12 years ago
7d380c8
perf: Fix UAPI fallout
by Ingo Molnar
· 12 years ago
871a059
perf: Handle new rbtree implementation
by Markus Trippelsdorf
· 12 years ago
ec07361
perf: fix duplicate header inclusion
by Michel Lespinasse
· 12 years ago
d6ff127
rbtree: adjust node color in __rb_erase_color() only when necessary
by Michel Lespinasse
· 12 years ago
1d037ca
perf tools: Use __maybe_used for unused variables
by Irina Tirdea
· 12 years ago
b232e07
perf tools: Add memdup function
by Jiri Olsa
· 12 years ago
9ac3e48
perf tools: fix ALIGN redefinition in system headers
by Irina Tirdea
· 12 years ago
3f34f6c
perf tools: include __WORDSIZE definition
by Irina Tirdea
· 12 years ago
86d5a70
perf tools: Update types definitions for Android
by Irina Tirdea
· 12 years ago
f8fcd77
perf tools: include wrapper for magic.h
by Irina Tirdea
· 12 years ago
8bf98b8
perf bench: fix assert when NDEBUG is defined
by Irina Tirdea
· 12 years ago
b155a09
perf tools: Fix build for another rbtree.c change
by Adrian Hunter
· 12 years ago
71ad0f5
perf tools: Support for DWARF CFI unwinding on post processing
by Jiri Olsa
· 12 years ago
339ce00
perf tools: Adding round_up/round_down macros
by Jiri Olsa
· 12 years ago
80c0120
perf tools: Fix endianity swapping for adds_features bitmask
by David Ahern
· 12 years ago
2c86bf1
perf tools: Switch module.h into export.h
by Jiri Olsa
· 13 years ago
307b1cd
bitops: rename for_each_set_bit_cont() in favor of analogous list.h function
by Akinobu Mita
· 13 years ago
9c2b957
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
eae7a75
perf tools, x86: Build perf on older user-space as well
by Ingo Molnar
· 13 years ago
850f812
perf tools: Add bitmap_or function into bitmap object
by Jiri Olsa
· 13 years ago
be3de80
perf bench: Also allow measuring memset()
by Jan Beulich
· 13 years ago
b1e5a9b
perf tools: Use for_each_set_bit() to iterate over feature flags
by Robert Richter
· 13 years ago
195bcbf
perf tools: Fix build against newer glibc
by Josh Boyer
· 13 years ago
75911c9
perf tools: Fix build on older systems
by Arnaldo Carvalho de Melo
· 13 years ago
1950482
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 13 years ago
3ac1bbc
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/urgent
by Ingo Molnar
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
b313207
perf bench, x86: Add alternatives-asm.h wrapper
by Ingo Molnar
· 13 years ago
361c99a
perf evsel: Introduce perf_evlist
by Arnaldo Carvalho de Melo
· 14 years ago
a860a60
perf tools: Add missing header, fixes build
by Arnaldo Carvalho de Melo
· 14 years ago
baa2f6c
perf record: Add option to disable collecting build-ids
by Arnaldo Carvalho de Melo
· 14 years ago
ea7872b
perf bench: Add feature that measures the performance of the arch/x86/lib/memcpy_64.S memcpy routines via 'perf bench mem'
by Hitoshi Mitake
· 14 years ago
88d89da
perf: Add back list_head data types
by Ingo Molnar
· 14 years ago
4373098
perf tui: Introduce list_head based generic ui_browser refresh routine
by Arnaldo Carvalho de Melo
· 14 years ago
1967936
perf options: Check v type in OPT_U?INTEGER
by Arnaldo Carvalho de Melo
· 14 years ago
fb72014
perf tools: Don't use code surrounded by __KERNEL__
by Arnaldo Carvalho de Melo
· 15 years ago
cd932c5
perf: Move arch specific code into separate arch directory
by Ian Munsie
· 15 years ago
618038d
perf tools: Move __used from perf.h to linux/compiler.h
by Arnaldo Carvalho de Melo
· 15 years ago
b4f5296
perf tools: Use eprintf for pr_{err,warning,info} too
by Arnaldo Carvalho de Melo
· 15 years ago
29a9f66
perf tools: Adjust some verbosity levels
by Arnaldo Carvalho de Melo
· 15 years ago
18e97e0
perf: Add util/include/linuxhash.h to include hash.h of kernel
by Hitoshi Mitake
· 15 years ago
b32d133
perf symbols: Simplify symbol machinery setup
by Arnaldo Carvalho de Melo
· 15 years ago
ee3d250
perf tools: Fix compilation on powerpc
by Paul Mackerras
· 15 years ago
9e827dd
perf tools: Bring linear set of section headers for features
by Frederic Weisbecker
· 15 years ago
6beba7a
perf tools: Unify debug messages mechanisms
by Arnaldo Carvalho de Melo
· 15 years ago
802da5f
perf tools: Drop asm/types.h wrapper
by Frederic Weisbecker
· 15 years ago
20639c1
perf tools: Add missing tools/perf/util/include/string.h
by Arnaldo Carvalho de Melo
· 15 years ago
db9f11e
perf tools: Use DECLARE_BITMAP instead of an open-coded array
by Frederic Weisbecker
· 15 years ago
5a116dd
perf tools: Use kernel bitmap library
by Frederic Weisbecker
· 15 years ago
52d422d
perf report: Adjust column width to the values sampled
by Arnaldo Carvalho de Melo
· 15 years ago
5da5025
perf_counter tools: Share list.h with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago
43cbcd8
perf_counter tools: Share rbtree.with the kernel
by Arnaldo Carvalho de Melo
· 15 years ago