aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.cArnaldo Carvalho de Melo1-3/+0
2015-09-15perf tools: regs_query_register_offset() infrastructureWang Nan1-0/+8
2015-07-05tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo1-2/+0
2015-07-05tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo1-104/+0
2015-07-05perf tools: Copy rbtree.h from the kernelArnaldo Carvalho de Melo1-2/+90
2015-06-02tools: Move tools/perf/util/include/linux/{list.h,poison.h} to tools/includeWang Nan2-30/+0
2015-06-02perf tools: Move linux/kernel.h to tools/includeWang Nan1-107/+0
2015-05-27perf tools: Import rb_erase_init from block/ in the kernel sourcesArnaldo Carvalho de Melo1-0/+14
2015-03-03perf/bench: Fix mem* routines usage after alternatives changeBorislav Petkov1-0/+1
2015-01-16tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo1-8/+0
2014-12-19Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-162/+0
2014-12-17tools: Move bitops.h from tools/perf/util to tools/Arnaldo Carvalho de Melo1-46/+0
2014-12-17tools: Introduce asm-generic/bitops.hArnaldo Carvalho de Melo1-7/+10
2014-12-17tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/libArnaldo Carvalho de Melo1-72/+1
2014-12-17tools: Whitespace prep patches for moving bitops.hArnaldo Carvalho de Melo1-7/+8
2014-12-17tools: Move code originally from asm-generic/atomic.h into tools/include/asm-generic/Arnaldo Carvalho de Melo1-15/+1
2014-12-17tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.hArnaldo Carvalho de Melo1-36/+1
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+0
2014-12-10net, lib: kill arch_fast_hash library bitsDaniel Borkmann1-6/+0
2014-11-06perf tools: Add test_and_set_bit functionJiri Olsa2-0/+19
2014-10-15Revert "perf tools: Default to cpu// for events v5"Kan Liang1-1/+0
2014-07-17perf tools: Move pr_* debug macros into debug objectJiri Olsa1-21/+0
2014-05-01tools: Consolidate types.hBorislav Petkov3-29/+4
2014-05-01tools: Unify export.hBorislav Petkov1-6/+0
2014-03-18perf tools: Remove unused simple_strtoul() functionRamkumar Ramachandra1-6/+0
2014-03-11Merge branch 'perf/urgent' into perf/coreIngo Molnar1-1/+3
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa1-1/+3
2014-02-18perf tools: Drop prefetch.hBorislav Petkov2-7/+0
2014-02-18perf tools: Move hash.h headerBorislav Petkov1-5/+0
2014-02-18perf tools: Move fs.* to lib/api/fs/Borislav Petkov1-16/+0
2014-01-31perf tools: Fix include for non x86 architecturesFrancesco Fusco1-0/+6
2014-01-13tools include: Move perf's bug.h to a generic placeNamhyung Kim1-22/+0
2014-01-13tools include: Move perf's linux/compiler.h to a generic placeNamhyung Kim1-30/+0
2013-11-05perf fs: Add procfs supportJiri Olsa1-0/+4
2013-10-09tools/perf: Turn strlcpy() into a __weak functionIngo Molnar1-0/+4
2013-10-09tools/perf: Clean up util/include/linux/compiler.hIngo Molnar1-5/+10
2013-10-09tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar1-1/+1
2013-07-12perf tools: Default to cpu// for events v5Andi Kleen1-0/+1
2013-01-24perf tools: Fix PMU format parsing test failureSukadev Bhattiprolu1-0/+1
2012-10-14perf: Fix UAPI falloutIngo Molnar2-2/+2
2012-10-13perf: Handle new rbtree implementationMarkus Trippelsdorf1-0/+2
2012-10-11perf: fix duplicate header inclusionMichel Lespinasse1-1/+0
2012-10-09rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse1-0/+1
2012-09-11perf tools: Use __maybe_used for unused variablesIrina Tirdea1-1/+3
2012-09-11perf tools: Add memdup functionJiri Olsa1-0/+2
2012-09-11perf tools: fix ALIGN redefinition in system headersIrina Tirdea1-2/+2
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea1-0/+4
2012-09-11perf tools: Update types definitions for AndroidIrina Tirdea3-0/+21
2012-09-11perf tools: include wrapper for magic.hIrina Tirdea1-0/+12
2012-09-08perf bench: fix assert when NDEBUG is definedIrina Tirdea1-0/+4