aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf cs-etm: Add handling of itrace start eventsMathieu Poirier2019-06-101-0/+26
* perf cs-etm: Configure SWITCH_EVENTS in CPU-wide modeMathieu Poirier2019-06-101-0/+3
* perf cs-etm: Configure timestamp generation in CPU-wide modeMathieu Poirier2019-06-101-0/+57
* perf cs-etm: Configure contextID tracing in CPU-wide modeMathieu Poirier2019-06-102-19/+119
* perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()Jiri Olsa2019-06-101-3/+0
* perf record: Add support to collect callchains from kernel or user space onlyyuzhoujian2019-06-104-0/+21
* perf config: Bail out when a handler returns failure for a key-value pairArnaldo Carvalho de Melo2019-06-101-2/+6
* perf trace: Exit when failing to build eBPF programLeo Yan2019-06-101-1/+6
* perf trace: Associate more argument names with the filename beautifierArnaldo Carvalho de Melo2019-06-051-5/+5
* perf trace: Consume the augmented_raw_syscalls payloadArnaldo Carvalho de Melo2019-06-051-1/+10
* perf jvmti: Address gcc string overflow warning for strncpy()Jiri Olsa2019-06-051-2/+2
* perf augmented_raw_syscalls: Move reading filename to the loopArnaldo Carvalho de Melo2019-06-051-8/+4
* perf augmented_raw_syscalls: Change helper to consider just the augmented_fil...Arnaldo Carvalho de Melo2019-06-051-13/+33
* perf augmented_raw_syscalls: Move the probe_read_str to a separate functionArnaldo Carvalho de Melo2019-06-051-9/+18
* perf augmented_raw_syscalls: Tell which args are filenames and how many bytes...Arnaldo Carvalho de Melo2019-06-052-168/+95
* perf scripts python: exported-sql-viewer.py: Select find text when find bar i...Adrian Hunter2019-06-051-0/+1
* perf scripts python: exported-sql-viewer.py: Add IPC information to Call TreeAdrian Hunter2019-06-051-13/+56
* perf scripts python: exported-sql-viewer.py: Add IPC information to Call Grap...Adrian Hunter2019-06-051-13/+56
* perf scripts python: exported-sql-viewer.py: Add CallGraphModelParamsAdrian Hunter2019-06-051-32/+41
* perf scripts python: exported-sql-viewer.py: Add IPC information to the Branc...Adrian Hunter2019-06-051-19/+83
* perf scripts python: export-to-postgresql.py: Export IPC informationAdrian Hunter2019-06-051-12/+24
* perf scripts python: export-to-sqlite.py: Export IPC informationAdrian Hunter2019-06-051-12/+24
* perf db-export: Export IPC informationAdrian Hunter2019-06-051-2/+6
* perf db-export: Add brief documentationAdrian Hunter2019-06-051-0/+41
* perf thread-stack: Accumulate IPC informationAdrian Hunter2019-06-052-0/+18
* perf intel-pt: Document IPC usageAdrian Hunter2019-06-051-0/+30
* perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packetsAdrian Hunter2019-06-051-0/+51
* perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ipAdrian Hunter2019-06-051-6/+17
* perf intel-pt: Record when decoding PSB+ packetsAdrian Hunter2019-06-051-10/+31
* perf script: Add output of IPC ratioAdrian Hunter2019-06-052-2/+26
* perf intel-pt: Add support for samples to contain IPC ratioAdrian Hunter2019-06-051-0/+29
* perf tools: Add IPC information to perf_sampleAdrian Hunter2019-06-051-0/+2
* perf intel-pt: Accumulate cycle count from CYC packetsAdrian Hunter2019-06-052-1/+14
* perf intel-pt: Factor out intel_pt_update_sample_timeAdrian Hunter2019-06-051-8/+10
* perf record: Allow mixing --user-regs with --call-graph=dwarfAlexey Budankov2019-06-052-1/+12
* perf symbols: Remove unused variable 'err'Leo Yan2019-06-051-2/+1
* perf data: Document directory format header: HEADER_DIR_FORMATArnaldo Carvalho de Melo2019-06-051-0/+17
* perf data: Document clockid header: HEADER_CLOCKIDArnaldo Carvalho de Melo2019-06-051-0/+6
* perf data: Document memory topology header: HEADER_MEM_TOPOLOGYArnaldo Carvalho de Melo2019-06-051-0/+24
* perf data: Add description of header HEADER_BPF_PROG_INFO and HEADER_BPF_BTFSong Liu2019-06-051-0/+16
* Merge tag 'v5.2-rc3' into perf/core, to pick up fixesIngo Molnar2019-06-0334-264/+34
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-028-17/+74
| |\
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 166Thomas Gleixner2019-05-304-4/+4
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-11/+1
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-3015-224/+15
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-25/+5
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-219-0/+9
* | | perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tidAdrian Hunter2019-05-281-2/+2
* | | perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in eventsAdrian Hunter2019-05-281-1/+39
* | | perf scripts python: export-to-postgresql.py: Add support for pyside2Adrian Hunter2019-05-281-9/+34