summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Add rm_rf_perf_data functionJiri Olsa2019-02-252-0/+12
* perf tools: Add pattern name checking to rm_rfJiri Olsa2019-02-251-3/+33
* perf tools: Add depth checking to rm_rfJiri Olsa2019-02-251-2/+12
* perf data: Add global path holderJiri Olsa2019-02-2221-93/+87
* perf data: Move size to struct perf_data_fileJiri Olsa2019-02-223-6/+5
* perf scripts python: exported-sql-viewer.py: Add top calls reportAdrian Hunter2019-02-221-6/+135
* perf scripts python: exported-sql-viewer.py: Remove no selection errorAdrian Hunter2019-02-221-3/+0
* perf scripts python: exported-sql-viewer.py: Remove SQLTableDialogDataItemAdrian Hunter2019-02-221-221/+0
* perf scripts python: exported-sql-viewer.py: Create new dialog data item classesAdrian Hunter2019-02-221-13/+272
* perf scripts python: exported-sql-viewer.py: Move report name into ReportVarsAdrian Hunter2019-02-221-8/+8
* perf scripts python: exported-sql-viewer.py: Factor out ReportVarsAdrian Hunter2019-02-221-14/+23
* perf scripts python: exported-sql-viewer.py: Factor out ReportDialogBaseAdrian Hunter2019-02-221-17/+30
* perf scripts python: exported-sql-viewer.py: Move column headersAdrian Hunter2019-02-221-12/+13
* perf scripts python: exported-sql-viewer.py: Hide Call Graph option if no cal...Adrian Hunter2019-02-221-1/+12
* perf scripts python: exported-sql-viewer.py: Remove leftover debugging printsAdrian Hunter2019-02-221-7/+0
* perf scripts python: exported-sql-viewer.py: Fix missing shebangAdrian Hunter2019-02-221-0/+1
* perf thread-stack: Hide x86 retpolinesAdrian Hunter2019-02-221-3/+109
* perf thread-stack: Improve thread_stack__no_call_return()Adrian Hunter2019-02-221-3/+46
* perf annotate: Fix getting source line failureWei Li2019-02-211-2/+2
* perf tools: Make rm_rf() remove single fileJiri Olsa2019-02-201-3/+13
* perf cpumap: Increase debug level for cpu_map__snprint verbose outputJiri Olsa2019-02-201-1/+1
* perf bpf-event: Add missing new line into pr_debug callJiri Olsa2019-02-201-1/+1
* perf script: Allow +- operator for type specific fields optionJiri Olsa2019-02-202-0/+14
* perf evsel: Force sample_type for slave eventsJiri Olsa2019-02-201-0/+8
* perf session: Don't report zero period samples for slave eventsJiri Olsa2019-02-201-0/+7
* perf trace: Allow dumping a BPF map after setting up BPF eventsArnaldo Carvalho de Melo2019-02-192-0/+27
* perf bpf: Add bpf_map dumperArnaldo Carvalho de Melo2019-02-193-0/+95
* perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter2019-02-191-3/+3
* perf doc: Fix documentation of the Flags section in perf.dataJonas Rabenstein2019-02-191-5/+4
* perf doc: Fix HEADER_CMDLINE description in perf.data documentationJonas Rabenstein2019-02-191-1/+1
* perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2019-02-192-3/+9
* perf tools: Use sysfs__mountpoint() when reading cpu topologyJiri Olsa2019-02-191-7/+22
* perf tools: Add numa_topology objectJiri Olsa2019-02-193-93/+160
* perf tools: Add cpu_topology objectJiri Olsa2019-02-194-146/+166
* perf header: Fix wrong node write in NUMA_TOPOLOGY featureJiri Olsa2019-02-191-1/+1
* perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace supportTommi Rantala2019-02-152-0/+6
* tools build feature sched_getcpu: Undef _GNU_SOURCE at the endArnaldo Carvalho de Melo2019-02-141-0/+2
* perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'Jiri Olsa2019-02-141-2/+0
* perf header: Get rid of write_it labelJiri Olsa2019-02-141-4/+2
* perf list: Display metric expressions for --details optionJiri Olsa2019-02-144-7/+14
* perf tools: Fix legacy events symbol separator parsingJiri Olsa2019-02-142-2/+32
* perf tools: Rename build libperf to perfJiri Olsa2019-02-1436-260/+260
* perf tools: Rename LIB_FILE to LIBPERF_AJiri Olsa2019-02-141-3/+3
* perf tools: Compile perf with libperf-in.o instead of libperf.aJiri Olsa2019-02-141-8/+8
* perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Modularize main packet processing loopMathieu Poirier2019-02-141-57/+72
* perf cs-etm: Modularize main decoder functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2019-02-142-33/+26
* perf cs-etm: Rethink kernel address initialisationMathieu Poirier2019-02-141-4/+3
* perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier2019-02-141-21/+16