summaryrefslogtreecommitdiff
path: root/tools/include/linux
AgeCommit message (Expand)AuthorFilesLines
2018-06-05tools include: Include missing headers for fls() and types in linux/log2.hArnaldo Carvalho de Melo1-0/+3
2018-06-05tools include: Drop ARRAY_SIZE() definition from linux/hashtable.hArnaldo Carvalho de Melo1-4/+0
2018-06-05tools include: Move ARRAY_SIZE() to linux/kernel.hArnaldo Carvalho de Melo1-0/+3
2018-06-05tools include: Adopt __same_type() and __must_be_array() from the kernelArnaldo Carvalho de Melo2-0/+8
2018-06-05tools include: Introduce linux/bug.h, from the kernel sourcesArnaldo Carvalho de Melo1-0/+10
2018-06-05tools include uapi: Grab copies of stat.h and fcntl.hArnaldo Carvalho de Melo1-0/+1
2018-06-05tools include: Adopt kernel's refcount.hArnaldo Carvalho de Melo1-0/+151
2018-06-05tools include: Add UINT_MAX def to kernel.hArnaldo Carvalho de Melo1-0/+4
2018-06-05tools include: Introduce atomic_cmpxchg_{relaxed,release}()Arnaldo Carvalho de Melo1-0/+6
2018-06-05tools include: Adopt __compiletime_errorArnaldo Carvalho de Melo2-0/+8
2018-06-05radix tree test suite: Remove types.hMatthew Wilcox2-0/+9
2018-06-05tools include: Introduce linux/compiler-gcc.hArnaldo Carvalho de Melo2-5/+19
2018-06-05tools: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2018-06-05tools: add more bitmap functionsMatthew Wilcox1-0/+26
2018-06-05tools lib: Add for_each_clear_bit macroJiri Olsa1-0/+5
2017-12-10tools include: Do not use poison with C++Arnaldo Carvalho de Melo1-0/+5
2017-07-15tools include: Add a __fallthrough statementArnaldo Carvalho de Melo1-0/+9
2017-03-26give up on gcc ilog2() constant optimizationsLinus Torvalds1-11/+2
2016-08-23tools: Copy coresight-pmu.h header file needed by perf toolsMathieu Poirier1-0/+39
2016-08-23tools: Introduce tools/include/linux/time64.h for *SEC_PER_*SEC macrosArnaldo Carvalho de Melo1-0/+12
2016-08-18tools lib: Reinstate strlcpy() header guard with __UCLIBC__Vineet Gupta1-1/+5
2016-08-02tools lib: Add bitmap_and functionJiri Olsa1-0/+17
2016-08-02tools lib: Add bitmap_scnprintf functionJiri Olsa1-0/+10
2016-08-02tools lib: Add bitmap_alloc functionJiri Olsa1-0/+10
2016-07-19tools: Copy linux/{hash,poison}.h and check for driftArnaldo Carvalho de Melo2-4/+192
2016-07-14tools: Make "__always_inline" just "inline" on AndroidArnaldo Carvalho de Melo1-0/+11
2016-07-13tools: Work around BITS_PER_LONG related build failure in objtoolIngo Molnar1-1/+3
2016-07-12tools lib: Guard the strlcpy() header with __GLIBC__Arnaldo Carvalho de Melo1-1/+1
2016-07-12perf tools: Uninline scnprintf() and vscnprint()Arnaldo Carvalho de Melo1-25/+3
2016-07-12tools: Introduce str_error_r()Arnaldo Carvalho de Melo1-0/+2
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+12
2016-03-23tools include: Copy linux/stringify.h from the kernelArnaldo Carvalho de Melo1-0/+12
2016-03-09tools: Copy hashtable.h into tools directoryJosh Poimboeuf1-0/+152
2016-01-12tools: Make list.h self-sufficientJosh Poimboeuf1-6/+747
2016-01-08tools lib: Move bitmap.[ch] from tools/perf/ to tools/{lib,include}/Arnaldo Carvalho de Melo1-0/+68
2015-12-16perf tools: Move strlcpy() from perf to tools/lib/string.cJosh Poimboeuf1-0/+4
2015-11-18tools: Clone the kernel's strtobool functionWang Nan1-0/+2
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo1-0/+9
2015-11-12tools include: Add compiler.h to list.hArnaldo Carvalho de Melo1-0/+1
2015-10-13tools include: Fix strict-aliasing rules breakageJiri Olsa1-8/+24
2015-10-01tools: Fix shadowed declaration in err.hJiri Olsa1-2/+2
2015-09-15tools: Add err.h with ERR_PTR PTR_ERR interfaceJiri Olsa1-0/+49
2015-09-02perf tools: Copy linux/filter.h to tools/includeHe Kuang1-0/+231
2015-08-25tools: Restore export.hSasha Levin1-0/+10
2015-07-06tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo1-0/+245
2015-07-06tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo1-0/+104
2015-07-06tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo1-10/+0
2015-07-05tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo1-0/+58
2015-06-03tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/includeWang Nan2-0/+30
2015-06-02perf tools: Move linux/kernel.h to tools/includeWang Nan1-0/+107