summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2015-07-21perf evlist: Use bool instead of target argument in propagate_maps()Jiri Olsa
2015-07-21perf evlist: Force perf_evlist__set_maps to propagate maps through eventsJiri Olsa
2015-07-21perf test: Check for refcnt in thread_map testJiri Olsa
2015-07-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-07-21Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar
2015-07-20perf bench futex: Add lock_pi stresserDavidlohr Bueso
2015-07-20perf tools: Fix makefile generation under dashSergei Trofimovich
2015-07-20perf buildid: Use SBUILD_ID_SIZE macroMasami Hiramatsu
2015-07-20perf probe: Move ftrace probe-event operations to probe-file.cMasami Hiramatsu
2015-07-20perf probe: Simplify __add_probe_trace_events codeMasami Hiramatsu
2015-07-20perf record: Allow filtering perf's pid via --exclude-perfWang Nan
2015-07-20perf record: Apply filter to all events in a glob matchingWang Nan
2015-07-20perf trace: Support 'strace' syscall event groupsArnaldo Carvalho de Melo
2015-07-20perf strlist: Make parse_list() privateArnaldo Carvalho de Melo
2015-07-20perf strlist: Allow substitutions from file contents in a given directoryArnaldo Carvalho de Melo
2015-07-20perf strlist: Make dupstr be the default and part of an extensible config parmArnaldo Carvalho de Melo
2015-07-18Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2015-07-16perf strlist: load() should return a negative errnoArnaldo Carvalho de Melo
2015-07-15perf tools: Really allow to specify custom CC, AR or LDAlexey Brodkin
2015-07-15perf auxtrace: Fix misplaced check for HAVE_SYNC_COMPARE_AND_SWAP_SUPPORTAdrian Hunter
2015-07-14perf record: Document setting '-e pmu/period=N/' in man pageKan Liang
2015-07-13perf hists browser: Take the --comm, --dsos, etc filters into accountArnaldo Carvalho de Melo
2015-07-13perf symbols: Store if there is a filter in placeArnaldo Carvalho de Melo
2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-07-10tools/testing/nvdimm: add mock acpi_nfit_flush_address entries to nfit_testDan Williams
2015-07-10tools/testing/nvdimm: fix return code for unimplemented commandsDan Williams
2015-07-10tools/testing/nvdimm: mock ioremap_wtDan Williams
2015-07-09tools: Copy lib/hweight.c from the kernel sourcesArnaldo Carvalho de Melo
2015-07-09perf tools: Fix the detached tarball wrt rbtree copyArnaldo Carvalho de Melo
2015-07-09perf thread_map: Fix the sizeof() calculation for map entriesArnaldo Carvalho de Melo
2015-07-08tools lib: Improve clean targetRiku Voipio
2015-07-08perf stat: Fix shadow declaration of closeJiri Olsa
2015-07-07perf tools: Fix lockup using 32-bit compat vdsoAdrian Hunter
2015-07-06tools lib api debugfs: Check for tracefs when reporting errorsArnaldo Carvalho de Melo
2015-07-06perf record: Let user have timestamps with per-thread recordingAdrian Hunter
2015-07-06perf probe: Delete an unnecessary check before the function call "strfilter__...Markus Elfring
2015-07-06perf trace: Use event filters for the event qualifier listArnaldo Carvalho de Melo
2015-07-06perf evsel: Introduce append_filter() methodArnaldo Carvalho de Melo
2015-07-06perf evlist: Make perf_evlist__set_filter use perf_evsel__set_filterArnaldo Carvalho de Melo
2015-07-06perf evsel: Introduce set_filter methodArnaldo Carvalho de Melo
2015-07-06perf evsel: Rename set_filter to apply_filterArnaldo Carvalho de Melo
2015-07-06perf trace: Store the syscall ids for the event qualifiers in a tableArnaldo Carvalho de Melo
2015-07-06perf trace: Remember what are the syscalls tracepoint evselsArnaldo Carvalho de Melo
2015-07-06perf tools: Asprintf like functions to format integer filter expressionArnaldo Carvalho de Melo
2015-07-06Merge branch 'perf/rbtree_copy' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2015-07-05tools: Copy rbtree_augmented.h from the kernelArnaldo Carvalho de Melo
2015-07-05tools: Move rbtree.h from tools/perf/Arnaldo Carvalho de Melo
2015-07-05tools: Copy lib/rbtree.c to tools/lib/Arnaldo Carvalho de Melo
2015-07-05perf tools: Copy rbtree.h from the kernelArnaldo Carvalho de Melo
2015-07-05tools: Adopt {READ,WRITE_ONCE} from the kernelArnaldo Carvalho de Melo