aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/include/linux/bitops.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11-06perf tools: Add test_and_set_bit functionJiri Olsa1-0/+2
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa1-1/+3
2013-01-24perf tools: Fix PMU format parsing test failureSukadev Bhattiprolu1-0/+1
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea1-0/+4
2012-06-11perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern1-0/+2
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita1-1/+1
2011-12-23perf tools: Use for_each_set_bit() to iterate over feature flagsRobert Richter1-0/+118
2011-01-22perf tools: Add missing header, fixes buildArnaldo Carvalho de Melo1-0/+1
2010-11-26perf record: Add option to disable collecting build-idsArnaldo Carvalho de Melo1-0/+5
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo1-11/+9
2009-11-24perf tools: Fix compilation on powerpcPaul Mackerras1-0/+2
2009-10-19perf tools: Use kernel bitmap libraryFrederic Weisbecker1-0/+27