aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/include
Commit message (Expand)AuthorAge
* perf/bench: Fix mem* routines usage after alternatives changeBorislav Petkov2015-03-03
* tools: Remove bitops/hweight usage of bits in tools/perfArnaldo Carvalho de Melo2015-01-16
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-12-19
|\
| * tools: Move bitops.h from tools/perf/util to tools/Arnaldo Carvalho de Melo2014-12-17
| * tools: Introduce asm-generic/bitops.hArnaldo Carvalho de Melo2014-12-17
| * tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/libArnaldo Carvalho de Melo2014-12-17
| * tools: Whitespace prep patches for moving bitops.hArnaldo Carvalho de Melo2014-12-17
| * tools: Move code originally from asm-generic/atomic.h into tools/include/asm-...Arnaldo Carvalho de Melo2014-12-17
| * tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.hArnaldo Carvalho de Melo2014-12-17
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-11
|\ \ | |/ |/|
| * net, lib: kill arch_fast_hash library bitsDaniel Borkmann2014-12-10
* | perf tools: Add test_and_set_bit functionJiri Olsa2014-11-06
|/
* Revert "perf tools: Default to cpu// for events v5"Kan Liang2014-10-15
* perf tools: Move pr_* debug macros into debug objectJiri Olsa2014-07-17
* tools: Consolidate types.hBorislav Petkov2014-05-01
* tools: Unify export.hBorislav Petkov2014-05-01
* perf tools: Remove unused simple_strtoul() functionRamkumar Ramachandra2014-03-18
* Merge branch 'perf/urgent' into perf/coreIngo Molnar2014-03-11
|\
| * perf tools: Fix strict alias issue for find_first_bitJiri Olsa2014-02-28
* | perf tools: Drop prefetch.hBorislav Petkov2014-02-18
* | perf tools: Move hash.h headerBorislav Petkov2014-02-18
* | perf tools: Move fs.* to lib/api/fs/Borislav Petkov2014-02-18
|/
* perf tools: Fix include for non x86 architecturesFrancesco Fusco2014-01-31
* tools include: Move perf's bug.h to a generic placeNamhyung Kim2014-01-13
* tools include: Move perf's linux/compiler.h to a generic placeNamhyung Kim2014-01-13
* perf fs: Add procfs supportJiri Olsa2013-11-05
* tools/perf: Turn strlcpy() into a __weak functionIngo Molnar2013-10-09
* tools/perf: Clean up util/include/linux/compiler.hIngo Molnar2013-10-09
* tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORTIngo Molnar2013-10-09
* perf tools: Default to cpu// for events v5Andi Kleen2013-07-12
* perf tools: Fix PMU format parsing test failureSukadev Bhattiprolu2013-01-24
* perf: Fix UAPI falloutIngo Molnar2012-10-14
* perf: Handle new rbtree implementationMarkus Trippelsdorf2012-10-12
* perf: fix duplicate header inclusionMichel Lespinasse2012-10-10
* rbtree: adjust node color in __rb_erase_color() only when necessaryMichel Lespinasse2012-10-09
* perf tools: Use __maybe_used for unused variablesIrina Tirdea2012-09-11
* perf tools: Add memdup functionJiri Olsa2012-09-11
* perf tools: fix ALIGN redefinition in system headersIrina Tirdea2012-09-11
* perf tools: include __WORDSIZE definitionIrina Tirdea2012-09-11
* perf tools: Update types definitions for AndroidIrina Tirdea2012-09-11
* perf tools: include wrapper for magic.hIrina Tirdea2012-09-11
* perf bench: fix assert when NDEBUG is definedIrina Tirdea2012-09-08
* perf tools: Fix build for another rbtree.c changeAdrian Hunter2012-09-07
* perf tools: Support for DWARF CFI unwinding on post processingJiri Olsa2012-08-11
* perf tools: Adding round_up/round_down macrosJiri Olsa2012-06-29
* perf tools: Fix endianity swapping for adds_features bitmaskDavid Ahern2012-06-11
* perf tools: Switch module.h into export.hJiri Olsa2012-03-26
* bitops: rename for_each_set_bit_cont() in favor of analogous list.h functionAkinobu Mita2012-03-23
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-20
|\
| * perf tools: Add bitmap_or function into bitmap objectJiri Olsa2012-02-13