summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2017-08-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2017-08-07bpf: fix selftest/bpf/test_pkt_md_access on s390xThomas Richter
2017-08-04bpf: fix byte order test in test_verifierDaniel Borkmann
2017-08-04bpf, s390: fix build for libbpf and selftest suiteDaniel Borkmann
2017-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-07-30Merge tag 'perf-core-for-mingo-4.14-20170728' of git://git.kernel.org/pub/scm...Ingo Molnar
2017-07-30Merge branch 'perf/urgent' into perf/core, to pick up latest fixes and refres...Ingo Molnar
2017-07-28perf data: Add doc when no conversion support compiledGeneviève Bastien
2017-07-28perf data: Add mmap[2] events to CTF conversionGeneviève Bastien
2017-07-28perf data: Add callchain to CTF conversionGeneviève Bastien
2017-07-28perf annotate TUI: Set appropriate column width for period/percentArnaldo Carvalho de Melo
2017-07-28perf annotate TUI: Fix column header when toggling period/percentTaeung Song
2017-07-28perf annotate TUI: Clarify calculation of column header widthsArnaldo Carvalho de Melo
2017-07-28perf annotate TUI: Fix --show-total-periodTaeung Song
2017-07-28perf annotate TUI: Use sym_hist_entry in disasm_line_samplesArnaldo Carvalho de Melo
2017-07-28perf annotate: Fix storing per line sym_hist_entryArnaldo Carvalho de Melo
2017-07-26bpf: don't zero out the info struct in bpf_obj_get_info_by_fd()Jakub Kicinski
2017-07-26perf annotate stdio: Set enough columns for --show-total-periodArnaldo Carvalho de Melo
2017-07-26perf sort: Use default sort if evlist is emptyDavid Carrillo-Cisneros
2017-07-26perf annotate: Do not overwrite perf_sample->weightArnaldo Carvalho de Melo
2017-07-26perf stat: Use group read for event groupsJiri Olsa
2017-07-26perf evsel: Add read_counter()Jiri Olsa
2017-07-26perf tools: Add perf_evsel__read_size functionJiri Olsa
2017-07-26tools/kvm_stat: add '-f help' to get the available event listLin Ma
2017-07-26tools/kvm_stat: use variables instead of hard paths in help outputLin Ma
2017-07-25perf tools: Add tools/include/uapi/asm-generic/fcntl.h to the MANIFESTArnaldo Carvalho de Melo
2017-07-25perf annotate stdio: Fix column header when using --show-total-periodTaeung Song
2017-07-25perf jevents: Make build fail on JSON parse errorAndi Kleen
2017-07-25perf report: Tag branch type/flag on "to" and tag cycles on "from"Jin Yao
2017-07-25perf report: Make --branch-history work without callgraphs(-g) option in perf...Jin Yao
2017-07-25perf script python: Generate hooks with additional argumentArun Kalyanasundaram
2017-07-25perf script python: Add perf_sample dict to tracepoint handlersArun Kalyanasundaram
2017-07-25perf script python: Add sample_read to dictArun Kalyanasundaram
2017-07-25perf script python: Refactor creation of perf sample dictArun Kalyanasundaram
2017-07-25perf script python: Allocate memory only if handler existsArun Kalyanasundaram
2017-07-25perf script: Remove some bogus error handlingDan Carpenter
2017-07-25perf top: Support lookup of symbols in other mount namespaces.Krister Johansen
2017-07-25perf evsel: Add verbose output for sys_perf_event_open fallbackJiri Olsa
2017-07-25perf jvmti: Fix linker error when libelf config is disabledSudeep Holla
2017-07-25perf annotate: Process tracing data in pipe modeDavid Carrillo-Cisneros
2017-07-25perf tools: Add EXCLUDE_EXTLIBS and EXTRA_PERFLIBS to makefileDavid Carrillo-Cisneros
2017-07-25perf cgroup: Fix refcount usageArnaldo Carvalho de Melo
2017-07-25perf report: Fix kernel symbol adjustment for s390xThomas Richter
2017-07-25perf annotate stdio: Fix --show-total-periodTaeung Song
2017-07-24selftests/bpf: subtraction bounds testEdward Cree
2017-07-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-21perf annotate: Do not overwrite sample->periodTaeung Song
2017-07-21perf annotate: Store the sample period in each histogram bucketTaeung Song
2017-07-21perf hists: Pass perf_sample to __symbol__inc_addr_samples()Taeung Song
2017-07-21perf annotate: Rename 'sum' to 'nr_samples' in struct sym_histTaeung Song