Age | Commit message (Expand) | Author | Files | Lines |
2015-01-16 | tools: Remove bitops/hweight usage of bits in tools/perf | Arnaldo Carvalho de Melo | 1 | -1/+6 |
2015-01-16 | perf tools: Fix building error in x86_64 when dwarf unwind is on | Namhyung Kim | 1 | -1/+3 |
2014-12-17 | tools: Adopt fls_long and deps | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2014-12-17 | tools: Move bitops.h from tools/perf/util to tools/ | Arnaldo Carvalho de Melo | 1 | -1/+1 |
2014-12-17 | tools: Introduce asm-generic/bitops.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-12-17 | tools lib: Move asm-generic/bitops/find.h code to tools/include and tools/lib | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2014-12-17 | tools: Move code originally from asm-generic/atomic.h into tools/include/asm-... | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-12-17 | tools: Move code originally from linux/log2.h to tools/include/linux/ | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-12-17 | tools: Move __ffs implementation to tools/include/asm-generic/bitops/__ffs.h | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-12-09 | perf bench: Merge memset into memcpy | Rabin Vincent | 1 | -1/+0 |
2014-11-19 | perf tools: Clean up libelf feature support code | Namhyung Kim | 1 | -2/+0 |
2014-11-05 | perf tools: Add gzip decompression support for kernel module | Namhyung Kim | 1 | -0/+7 |
2014-11-03 | perf tools: Add a thread stack for synthesizing call chains | Adrian Hunter | 1 | -0/+2 |
2014-10-29 | perf tools: Add facility to export data in database-friendly way | Adrian Hunter | 1 | -0/+2 |
2014-10-29 | perf tools: Build programs to copy 32-bit compatibility | Adrian Hunter | 1 | -4/+34 |
2014-09-25 | tools lib api: Adopt fdarray class from perf's evlist | Arnaldo Carvalho de Melo | 1 | -2/+2 |
2014-09-25 | perf tests: Add test for perf_evlist__filter_pollfd() | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2014-09-17 | perf tools: Add perf-with-kcore script | Adrian Hunter | 1 | -1/+4 |
2014-08-22 | perf tests: Add a test for tracking with sched_switch | Adrian Hunter | 1 | -0/+1 |
2014-08-12 | perf tools: Create ordered-events object | Jiri Olsa | 1 | -0/+2 |
2014-07-18 | perf tools: Enable close-on-exec flag on perf file descriptor | Yann Droneaud | 1 | -0/+1 |
2014-07-17 | perf tools: Allow TSC conversion on any arch | Adrian Hunter | 1 | -0/+2 |
2014-07-16 | perf kvm: Move arch specific code into arch/ | Alexander Yarygin | 1 | -0/+1 |
2014-06-09 | perf tools: Prettify the tags/TAGS/cscope targets output | Jiri Olsa | 1 | -3/+3 |
2014-06-03 | perf tools: Fix 'make help' message error | Jianyu Zhan | 1 | -2/+2 |
2014-06-03 | perf tools: Consider header files outside perf directory in tags target | Sebastian Andrzej Siewior | 1 | -3/+6 |
2014-06-01 | perf tests: Add a test case for cumulating callchains | Namhyung Kim | 1 | -0/+1 |
2014-05-21 | perf tests: Add a testcase for histogram output sorting | Namhyung Kim | 1 | -0/+1 |
2014-05-16 | perf tests: Add dwarf unwind test on ARM | Jean Pihet | 1 | -1/+1 |
2014-05-01 | tools: Consolidate types.h | Borislav Petkov | 1 | -2/+1 |
2014-05-01 | tools: Unify export.h | Borislav Petkov | 1 | -1/+1 |
2014-05-01 | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 1 | -1/+1 |
2014-04-30 | perf tools: Use LDFLAGS instead of ALL_LDFLAGS | Jiri Olsa | 1 | -1/+1 |
2014-04-28 | perf tests: Add map groups sharing with thread object test | Jiri Olsa | 1 | -0/+1 |
2014-04-28 | perf tests: Add thread maps lookup automated tests | Jiri Olsa | 1 | -0/+1 |
2014-04-28 | perf tests: Add a test case for hists filtering | Namhyung Kim | 1 | -0/+1 |
2014-04-28 | perf tests: Factor out fake_setup_machine() | Namhyung Kim | 1 | -0/+1 |
2014-04-15 | perf tools: Instead of redirecting flex output, use -o | Cody P Schafer | 1 | -2/+2 |
2014-03-14 | perf bench: Add futex-requeue microbenchmark | Davidlohr Bueso | 1 | -0/+1 |
2014-03-14 | perf bench: Add futex-wake microbenchmark | Davidlohr Bueso | 1 | -0/+1 |
2014-03-14 | perf bench: Add futex-hash microbenchmark | Davidlohr Bueso | 1 | -0/+1 |
2014-02-24 | perf tools: Setup default dwarf post unwinder | Jiri Olsa | 1 | -4/+1 |
2014-02-24 | perf tools: Add libdw DWARF post unwind support | Jiri Olsa | 1 | -0/+11 |
2014-02-24 | perf tools: Factor features display code | Jiri Olsa | 1 | -1/+3 |
2014-02-24 | perf tools: Fix bison OUTPUT directories dependency | Jiri Olsa | 1 | -2/+8 |
2014-02-18 | perf tools: Drop prefetch.h | Borislav Petkov | 1 | -1/+0 |
2014-02-18 | perf tools: Move hash.h header | Borislav Petkov | 1 | -1/+1 |
2014-02-18 | perf tools: Move fs.* to lib/api/fs/ | Borislav Petkov | 1 | -3/+0 |
2014-02-18 | perf callchain: Separate perf_reg_value function in perf_regs object | Jiri Olsa | 1 | -0/+1 |
2014-02-18 | perf callchain: Separate libunwind code to special object | Jiri Olsa | 1 | -1/+1 |