summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2019-11-06perf data: Support single perf.data file directoryAdrian Hunter
2019-11-06perf session: Fix indent in perf_session__new()"Jiri Olsa
2019-11-06perf data: Rename directory "header" file to "data"Adrian Hunter
2019-11-06perf data: Move perf_dir_version into data.hAdrian Hunter
2019-11-06perf data: Correctly identify directory data filesAdrian Hunter
2019-10-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-10-27Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-10-22selftests: kvm: fix sync_regs_test with newer gccsVitaly Kuznetsov
2019-10-22selftests: kvm: vmx_dirty_log_test: skip the test when VMX is not supportedVitaly Kuznetsov
2019-10-22selftests: kvm: consolidate VMX support checksVitaly Kuznetsov
2019-10-22selftests: kvm: vmx_set_nested_state_test: don't check for VMX support twiceVitaly Kuznetsov
2019-10-22selftests: kvm: synchronize .gitignore to MakefileVitaly Kuznetsov
2019-10-22Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-10-19perf trace: Use STUL_STRARRAY_FLAGS with mmapArnaldo Carvalho de Melo
2019-10-19perf trace: Wire up strarray__strtoul_flags()Arnaldo Carvalho de Melo
2019-10-19libbeauty: Introduce strarray__strtoul_flags()Arnaldo Carvalho de Melo
2019-10-19libbeauty: Make the mmap_flags strarray visible outside of its beautifierArnaldo Carvalho de Melo
2019-10-19perf trace: Use strtoul for the fcntl 'cmd' argumentArnaldo Carvalho de Melo
2019-10-19libbeauty: Introduce syscall_arg__strtoul_strarrays()Arnaldo Carvalho de Melo
2019-10-19libperf: Add pr_err() macroJiri Olsa
2019-10-19libperf: Do not export perf_evsel__init()/perf_evlist__init()Jiri Olsa
2019-10-19libperf: Keep count of failed testsJiri Olsa
2019-10-19libperf: Add tests_mmap_cpus testJiri Olsa
2019-10-19libperf: Add tests_mmap_thread testJiri Olsa
2019-10-19libperf: Link static tests with libapi.aJiri Olsa
2019-10-19libperf: Move mask setup to perf_evlist__mmap_ops()Jiri Olsa
2019-10-19libperf: Move mmap allocation to perf_evlist__mmap_ops::getJiri Olsa
2019-10-19libperf: Introduce perf_evlist__for_each_mmap()Jiri Olsa
2019-10-19perf tests: Disable bp_signal testing for arm64Leo Yan
2019-10-19perf tests bp_account: Add dedicated checking helper is_supported()Leo Yan
2019-10-19perf tests: Remove needless headers for bp_accountLeo Yan
2019-10-19perf list: Hide deprecated events by defaultJin Yao
2019-10-19perf trace: Pass a syscall_arg to syscall_arg_fmt->strtoul()Arnaldo Carvalho de Melo
2019-10-19mm/gup_benchmark: add a missing "w" to getopt stringJohn Hubbard
2019-10-18perf trace: Honour --max-events in processing syscalls:sys_enter_*Arnaldo Carvalho de Melo
2019-10-18libbeauty: Introduce syscall_arg__strtoul_strarray()Arnaldo Carvalho de Melo
2019-10-18perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)
2019-10-18perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)
2019-10-18perf trace: Initialize evsel_trace->fmt for syscalls:sys_enter_* tracepointsArnaldo Carvalho de Melo
2019-10-17perf trace: Introduce 'struct evsel__trace' for evsel->priv needsArnaldo Carvalho de Melo
2019-10-17perf trace: Hide evsel->access further, simplify codeArnaldo Carvalho de Melo
2019-10-17perf trace: Introduce accessors to trace specific evsel->privArnaldo Carvalho de Melo
2019-10-17perf trace: Show error message when not finding a field used in a filter expr...Arnaldo Carvalho de Melo
2019-10-16perf kmem: Fix memory leak in compact_gfp_flags()Yunfeng Ye
2019-10-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2019-10-15perf trace: Hook the 'vec' tracepoint argument with the x86 IRQ vectors scnpr...Arnaldo Carvalho de Melo
2019-10-15perf trace beauty: Add the glue for the autogenerated x86 IRQ vector arrayArnaldo Carvalho de Melo
2019-10-15libbeauty: Add a strarray__scnprintf_suffix() methodArnaldo Carvalho de Melo