summaryrefslogtreecommitdiff
path: root/tools/perf/util/include/linux/bitops.h
AgeCommit message (Expand)Author
2014-12-17tools: Move bitops.h from tools/perf/util to tools/Arnaldo Carvalho de Melo
2014-12-17tools: Introduce asm-generic/bitops.hArnaldo Carvalho de Melo
2014-12-17tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/libArnaldo Carvalho de Melo
2014-12-17tools: Whitespace prep patches for moving bitops.hArnaldo Carvalho de Melo
2014-12-17tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...Arnaldo Carvalho de Melo
2014-12-17tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.hArnaldo Carvalho de Melo
2014-11-06perf tools: Add test_and_set_bit functionJiri Olsa
2014-02-28perf tools: Fix strict alias issue for find_first_bitJiri Olsa
2013-01-24perf tools: Fix PMU format parsing test failureSukadev Bhattiprolu
2012-09-11perf tools: include __WORDSIZE definitionIrina Tirdea
2012-06-11perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern
2012-03-23bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita
2011-12-23perf tools: Use for_each_set_bit() to iterate over feature flagsRobert Richter
2011-01-22perf tools: Add missing header, fixes buildArnaldo Carvalho de Melo
2010-11-26perf record: Add option to disable collecting build-idsArnaldo Carvalho de Melo
2010-05-02perf tools: Don't use code surrounded by __KERNEL__Arnaldo Carvalho de Melo
2009-11-24perf tools: Fix compilation on powerpcPaul Mackerras
2009-10-19perf tools: Use kernel bitmap libraryFrederic Weisbecker