Age | Commit message (Expand) | Author | Files | Lines |
2019-02-22 | perf data: Add global path holder | Jiri Olsa | 21 | -93/+87 |
2019-02-22 | perf data: Move size to struct perf_data_file | Jiri Olsa | 3 | -6/+5 |
2019-02-22 | perf, pt, coresight: Fix address filters for vmas with non-zero offset | Alexander Shishkin | 4 | -42/+62 |
2019-02-22 | perf: Copy parent's address filter offsets on clone | Alexander Shishkin | 1 | -0/+15 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Add top calls report | Adrian Hunter | 1 | -6/+135 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Remove no selection error | Adrian Hunter | 1 | -3/+0 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItem | Adrian Hunter | 1 | -221/+0 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Create new dialog data item classes | Adrian Hunter | 1 | -13/+272 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Move report name into ReportVars | Adrian Hunter | 1 | -8/+8 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Factor out ReportVars | Adrian Hunter | 1 | -14/+23 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBase | Adrian Hunter | 1 | -17/+30 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Move column headers | Adrian Hunter | 1 | -12/+13 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal... | Adrian Hunter | 1 | -1/+12 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Remove leftover debugging prints | Adrian Hunter | 1 | -7/+0 |
2019-02-22 | perf scripts python: exported-sql-viewer.py: Fix missing shebang | Adrian Hunter | 1 | -0/+1 |
2019-02-22 | perf thread-stack: Hide x86 retpolines | Adrian Hunter | 1 | -3/+109 |
2019-02-22 | perf thread-stack: Improve thread_stack__no_call_return() | Adrian Hunter | 1 | -3/+46 |
2019-02-21 | perf annotate: Fix getting source line failure | Wei Li | 1 | -2/+2 |
2019-02-20 | perf tools: Make rm_rf() remove single file | Jiri Olsa | 1 | -3/+13 |
2019-02-20 | perf cpumap: Increase debug level for cpu_map__snprint verbose output | Jiri Olsa | 1 | -1/+1 |
2019-02-20 | perf bpf-event: Add missing new line into pr_debug call | Jiri Olsa | 1 | -1/+1 |
2019-02-20 | perf script: Allow +- operator for type specific fields option | Jiri Olsa | 2 | -0/+14 |
2019-02-20 | perf evsel: Force sample_type for slave events | Jiri Olsa | 1 | -0/+8 |
2019-02-20 | perf session: Don't report zero period samples for slave events | Jiri Olsa | 1 | -0/+7 |
2019-02-19 | perf trace: Allow dumping a BPF map after setting up BPF events | Arnaldo Carvalho de Melo | 2 | -0/+27 |
2019-02-19 | perf bpf: Add bpf_map dumper | Arnaldo Carvalho de Melo | 3 | -0/+95 |
2019-02-19 | perf test: Fix failure of 'evsel-tp-sched' test on s390 | Thomas Richter | 1 | -3/+3 |
2019-02-19 | perf doc: Fix documentation of the Flags section in perf.data | Jonas Rabenstein | 1 | -5/+4 |
2019-02-19 | perf doc: Fix HEADER_CMDLINE description in perf.data documentation | Jonas Rabenstein | 1 | -1/+1 |
2019-02-19 | perf report: Don't shadow inlined symbol with different addr range | He Kuang | 2 | -3/+9 |
2019-02-19 | perf tools: Use sysfs__mountpoint() when reading cpu topology | Jiri Olsa | 1 | -7/+22 |
2019-02-19 | perf tools: Add numa_topology object | Jiri Olsa | 3 | -93/+160 |
2019-02-19 | perf tools: Add cpu_topology object | Jiri Olsa | 4 | -146/+166 |
2019-02-19 | perf header: Fix wrong node write in NUMA_TOPOLOGY feature | Jiri Olsa | 1 | -1/+1 |
2019-02-15 | perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace support | Tommi Rantala | 2 | -0/+6 |
2019-02-15 | Merge tag 'perf-core-for-mingo-5.1-20190214' of git://git.kernel.org/pub/scm/... | Ingo Molnar | 64 | -512/+4877 |
2019-02-14 | tools build feature sched_getcpu: Undef _GNU_SOURCE at the end | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2019-02-14 | perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo' | Jiri Olsa | 1 | -2/+0 |
2019-02-14 | perf header: Get rid of write_it label | Jiri Olsa | 1 | -4/+2 |
2019-02-14 | perf list: Display metric expressions for --details option | Jiri Olsa | 4 | -7/+14 |
2019-02-14 | perf tools: Fix legacy events symbol separator parsing | Jiri Olsa | 2 | -2/+32 |
2019-02-14 | perf tools: Rename build libperf to perf | Jiri Olsa | 36 | -260/+260 |
2019-02-14 | perf tools: Rename LIB_FILE to LIBPERF_A | Jiri Olsa | 1 | -3/+3 |
2019-02-14 | perf tools: Compile perf with libperf-in.o instead of libperf.a | Jiri Olsa | 1 | -8/+8 |
2019-02-14 | perf cs-etm: Modularize auxtrace_buffer fetch function | Mathieu Poirier | 1 | -12/+29 |
2019-02-14 | perf cs-etm: Modularize main packet processing loop | Mathieu Poirier | 1 | -57/+72 |
2019-02-14 | perf cs-etm: Modularize main decoder function | Mathieu Poirier | 1 | -12/+29 |
2019-02-14 | perf cs-etm: Make cs_etm__run_decoder() queue independent | Mathieu Poirier | 2 | -33/+26 |
2019-02-14 | perf cs-etm: Rethink kernel address initialisation | Mathieu Poirier | 1 | -4/+3 |
2019-02-14 | perf cs-etm: Cleaning up function cs_etm__alloc_queue() | Mathieu Poirier | 1 | -21/+16 |