linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-27 22:37:17 to 2019-06-21 17:38:09 UTC [more...]

[GIT PULL] perf/core improvements and fixes
 2019-06-21 17:38 UTC  (4+ messages)
` [PATCH 01/25] perf tests arm64: Compile tests unconditionally
` [PATCH 02/25] perf: cs-etm: Optimize option setup for CPU-wide sessions
` [PATCH 03/25] perf intel-pt: Add new packets for PEBS via PT

[PATCH v1 0/5] perf kvm: Add stat support on arm64
 2019-06-21 13:25 UTC  (12+ messages)
` [PATCH v1 1/5] KVM: arm/arm64: Remove kvm_mmio_emulate tracepoint
` [PATCH v1 2/5] KVM: arm/arm64: Adjust entry/exit and trap related tracepoints
` [PATCH v1 3/5] perf tools arm64: Add support for get_cpuid() function
` [PATCH v1 4/5] perf,kvm/arm64: Add stat support on arm64
` [PATCH v1 5/5] perf,kvm/arm64: perf-kvm-stat to report VM TRAP

Tracing Summit 2019: Announcement and Call for Proposals, August 20th, 2019, San Diego, CA
 2019-06-19 14:47 UTC  (2+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-06-17 18:48 UTC  (87+ messages)
` [PATCH 01/85] perf data: Add description of header HEADER_BPF_PROG_INFO and HEADER_BPF_BTF
` [PATCH 02/85] perf data: Document memory topology header: HEADER_MEM_TOPOLOGY
` [PATCH 03/85] perf data: Document clockid header: HEADER_CLOCKID
` [PATCH 04/85] perf data: Document directory format header: HEADER_DIR_FORMAT
` [PATCH 05/85] perf symbols: Remove unused variable 'err'
` [PATCH 06/85] perf record: Allow mixing --user-regs with --call-graph=dwarf
` [PATCH 07/85] perf intel-pt: Factor out intel_pt_update_sample_time
` [PATCH 08/85] perf intel-pt: Accumulate cycle count from CYC packets
` [PATCH 09/85] perf tools: Add IPC information to perf_sample
` [PATCH 10/85] perf intel-pt: Add support for samples to contain IPC ratio
` [PATCH 11/85] perf script: Add output of "
` [PATCH 12/85] perf intel-pt: Record when decoding PSB+ packets
` [PATCH 13/85] perf intel-pt: Re-factor TIP cases in intel_pt_walk_to_ip
` [PATCH 14/85] perf intel-pt: Accumulate cycle count from TSC/TMA/MTC packets
` [PATCH 15/85] perf intel-pt: Document IPC usage
` [PATCH 16/85] perf thread-stack: Accumulate IPC information
` [PATCH 17/85] perf db-export: Add brief documentation
` [PATCH 18/85] perf db-export: Export IPC information
` [PATCH 19/85] perf scripts python: export-to-sqlite.py: "
` [PATCH 20/85] perf scripts python: export-to-postgresql.py: "
` [PATCH 21/85] perf scripts python: exported-sql-viewer.py: Add IPC information to the Branch reports
` [PATCH 22/85] perf scripts python: exported-sql-viewer.py: Add CallGraphModelParams
` [PATCH 23/85] perf scripts python: exported-sql-viewer.py: Add IPC information to Call Graph Graph
` [PATCH 24/85] perf scripts python: exported-sql-viewer.py: Add IPC information to Call Tree
` [PATCH 25/85] perf scripts python: exported-sql-viewer.py: Select find text when find bar is activated
` [PATCH 26/85] perf augmented_raw_syscalls: Tell which args are filenames and how many bytes to copy
` [PATCH 27/85] perf augmented_raw_syscalls: Move the probe_read_str to a separate function
` [PATCH 28/85] perf augmented_raw_syscalls: Change helper to consider just the augmented_filename part
` [PATCH 29/85] perf augmented_raw_syscalls: Move reading filename to the loop
` [PATCH 30/85] perf jvmti: Address gcc string overflow warning for strncpy()
` [PATCH 31/85] perf trace: Consume the augmented_raw_syscalls payload
` [PATCH 32/85] perf trace: Associate more argument names with the filename beautifier
` [PATCH 33/85] perf trace: Exit when failing to build eBPF program
` [PATCH 34/85] perf config: Bail out when a handler returns failure for a key-value pair
` [PATCH 35/85] perf record: Add support to collect callchains from kernel or user space only
` [PATCH 36/85] perf evsel: Remove superfluous nthreads system_wide setup in alloc_fd()
` [PATCH 37/85] perf cs-etm: Configure contextID tracing in CPU-wide mode
` [PATCH 38/85] perf cs-etm: Configure timestamp generation "
` [PATCH 39/85] perf cs-etm: Configure SWITCH_EVENTS "
` [PATCH 40/85] perf cs-etm: Add handling of itrace start events
` [PATCH 41/85] perf cs-etm: Add handling of switch-CPU-wide events
` [PATCH 42/85] perf cs-etm: Refactor error path in cs_etm_decoder__new()
` [PATCH 43/85] perf cs-etm: Move packet queue out of decoder structure
` [PATCH 44/85] perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()
` [PATCH 45/85] perf cs-etm: Introduce the concept of trace ID queues
` [PATCH 46/85] perf cs-etm: Get rid of unused cpu in struct cs_etm_queue
` [PATCH 47/85] perf cs-etm: Move thread to traceid_queue
` [PATCH 48/85] perf cs-etm: Move tid/pid "
` [PATCH 49/85] perf cs-etm: Use traceID aware memory callback API
` [PATCH 50/85] perf cs-etm: Add support for multiple traceID queues
` [PATCH 51/85] perf cs-etm: Linking PE contextID with perf thread mechanic
` [PATCH 52/85] perf cs-etm: Add notion of time to decoding code
` [PATCH 53/85] perf cs-etm: Add support for CPU-wide trace scenarios
` [PATCH 54/85] perf cpumap: Retrieve die id information
` [PATCH 55/85] perf header: Add die information in CPU topology
` [PATCH 56/85] perf stat: Support per-die aggregation
` [PATCH 57/85] perf header: Rename "sibling cores" to "sibling sockets"
` [PATCH 58/85] perf tools: Apply new CPU topology sysfs attributes
` [PATCH 59/85] perf data: Fix perf.data documentation for HEADER_CPU_TOPOLOGY
` [PATCH 60/85] perf cs-etm: Properly set the value of 'old' and 'head' in snapshot mode
` [PATCH 61/85] perf cs-etm: Remove duplicate GENMASK() define, use linux/bits.h instead
` [PATCH 62/85] perf config: Update default value for llvm.clang-bpf-cmd-template
` [PATCH 63/85] perf auxtrace: Add perf time interval to itrace_synth_ops
` [PATCH 64/85] perf script: Set perf time interval in itrace_synth_ops
` [PATCH 65/85] perf report: "
` [PATCH 66/85] perf intel-pt: Add lookahead callback
` [PATCH 67/85] perf intel-pt: Factor out intel_pt_8b_tsc()
` [PATCH 68/85] perf intel-pt: Factor out intel_pt_reposition()
` [PATCH 69/85] perf intel-pt: Add reposition parameter to intel_pt_get_data()
` [PATCH 70/85] perf intel-pt: Add intel_pt_fast_forward()
` [PATCH 71/85] perf intel-pt: Factor out intel_pt_get_buffer()
` [PATCH 72/85] perf intel-pt: Add support for lookahead
` [PATCH 73/85] perf intel-pt: Add support for efficient time interval filtering
` [PATCH 74/85] perf time-utils: Treat time ranges consistently
` [PATCH 75/85] perf time-utils: Factor out set_percent_time()
` [PATCH 76/85] perf time-utils: Prevent percentage time range overlap
` [PATCH 77/85] perf time-utils: Fix --time documentation
` [PATCH 78/85] perf time-utils: Simplify perf_time__parse_for_ranges() error paths slightly
` [PATCH 79/85] perf time-utils: Make perf_time__parse_for_ranges() more logical
` [PATCH 80/85] perf tests: Add a test for time-utils
` [PATCH 81/85] perf time-utils: Add support for multiple explicit time intervals
` [PATCH 82/85] perf test 6: Fix missing kvm module load for s390
` [PATCH 83/85] perf report: Fix OOM error in TUI mode on s390
` [PATCH 84/85] perf report: Support s390 diag event display on x86
` [PATCH 85/85] perf trace: Skip unknown syscalls when expanding strace like syscall groups

sys_exit: NR -1
 2019-06-13 21:56 UTC  (4+ messages)
      ` sys_exit: NR 0 (was "sys_exit: NR -1")

[PATCH] perf record: Add support to collect callchains from kernel or user space only
 2019-06-10  7:45 UTC  (8+ messages)

[PATCH] perf test 6: Fix missing kvm module load for s390
 2019-06-07 19:50 UTC  (2+ messages)

[GIT PULL] perf/core improvements and fixes for 5.3
 2019-05-30  7:50 UTC  (44+ messages)
` [PATCH 01/41] perf-with-kcore.sh: Always allow fix_buildid_cache_permissions
` [PATCH 02/41] perf intel-pt: Fix itrace defaults for perf script
` [PATCH 03/41] perf auxtrace: "
` [PATCH 04/41] perf intel-pt: Fix itrace defaults for perf script intel-pt documentation
` [PATCH 05/41] perf machine: Keep zero in pgoff BPF map
` [PATCH 06/41] perf tools: Preserve eBPF maps when loading kcore
` [PATCH 07/41] perf augmented_raw_syscalls: Fix up comment
` [PATCH 08/41] perf beauty: Add generator for 'move_mount' flags argument
` [PATCH 09/41] perf trace: Beautify 'move_mount' arguments
` [PATCH 10/41] perf beauty: Add generator for fspick's 'flags' arg values
` [PATCH 11/41] perf trace: Beautify 'fspick' arguments
` [PATCH 12/41] perf beauty: Add generator for fsconfig's 'cmd' arg values
` [PATCH 13/41] perf trace: Beautify 'fsconfig' arguments
` [PATCH 14/41] perf beauty: Add generator for fsmount's 'attr_flags' arg values
` [PATCH 15/41] perf trace: Introduce syscall_arg__scnprintf_strarray_flags
` [PATCH 16/41] perf trace: Beautify 'fsmount' arguments
` [PATCH 17/41] perf trace beauty clone: Handle CLONE_PIDFD
` [PATCH 18/41] perf beauty: Add generator for sync_file_range's 'flags' arg values
` [PATCH 19/41] perf trace: Beautify 'sync_file_range' arguments
` [PATCH 20/41] perf top: Add --namespaces option
` [PATCH 21/41] perf tools: Remove const from thread read accessors
` [PATCH 22/41] perf dso: Separate generic code in dso__data_file_size()
` [PATCH 23/41] perf dso: Separate generic code in dso_cache__read
` [PATCH 24/41] perf dso: Simplify dso_cache__read function
` [PATCH 25/41] perf dso: Add BPF DSO read and size hooks
` [PATCH 26/41] perf script: Pad DSO name for --call-trace
` [PATCH 27/41] perf tests: Add map_groups__merge_in test
` [PATCH 28/41] perf script: Add --show-bpf-events to show eBPF related events
` [PATCH 29/41] perf script: Remove superfluous BPF event titles
` [PATCH 30/41] perf version: Append 12 git SHA chars to the version string
` [PATCH 31/41] perf machine: Return NULL instead of null-terminating /proc/version array
` [PATCH 32/41] perf annotate TUI browser: Do not use member from variable within its own initialization
` [PATCH 33/41] perf python: Remove -fstack-protector-strong if clang doesn't have it
` [PATCH 34/41] perf top: Lower message level for failure on synthesizing events for pre-existing BPF programs
` [PATCH 35/41] perf scripts python: exported-sql-viewer.py: Change python2 to python
` [PATCH 36/41] perf scripts python: exported-sql-viewer.py: Use argparse module for argument parsing
` [PATCH 37/41] perf scripts python: exported-sql-viewer.py: Add support for pyside2
` [PATCH 38/41] perf scripts python: export-to-sqlite.py: "
` [PATCH 39/41] perf scripts python: export-to-postgresql.py: "
` [PATCH 40/41] perf intel-pt: Improve sync_switch by processing PERF_RECORD_SWITCH* in events
` [PATCH 41/41] perf intel-pt: Rationalize intel_pt_sync_switch()'s use of next_tid

[GIT PULL] perf/urgent fixes for 5.2
 2019-05-28 21:17 UTC  (17+ messages)
` [PATCH 01/14] perf data: Fix 'strncat may truncate' build failure with recent gcc
` [PATCH 02/14] perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernel
` [PATCH 03/14] tools include UAPI: Update copy of files related to new fspick, fsmount, fsconfig, fsopen, move_mount and open_tree syscalls
` [PATCH 04/14] tools arch x86: Sync asm/cpufeatures.h with the with the kernel
` [PATCH 05/14] tools headers UAPI: Sync linux/sched.h "
` [PATCH 06/14] tools headers UAPI: Sync linux/fs.h "
` [PATCH 07/14] tools headers UAPI: Sync drm/i915_drm.h "
` [PATCH 08/14] tools headers UAPI: Sync drm/drm.h "
` [PATCH 09/14] perf namespace: Protect reading thread's namespace
` [PATCH 10/14] perf session: Add missing swap ops for namespace events
` [PATCH 11/14] perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms
` [PATCH 12/14] perf machine: Read also the end of the kernel
` [PATCH 13/14] perf record: Fix s390 missing module symbol and warning for non-root users
` [PATCH 14/14] tools headers UAPI: Sync kvm.h headers with the kernel sources

[GIT PULL] perf/urgent improvements and fixes
 2019-05-28 17:39 UTC  (24+ messages)
` [PATCH 05/44] perf data: Fix 'strncat may truncate' build failure with recent gcc
` [PATCH 25/44] tools headers UAPI: Sync drm/drm.h with the kernel
` [PATCH 31/44] perf dso: Separate generic code in dso_cache__read
` [PATCH 32/44] perf dso: Simplify dso_cache__read function
` [PATCH 33/44] perf dso: Add BPF DSO read and size hooks
` [PATCH 34/44] perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsyms
` [PATCH 35/44] perf machine: Read also the end of the kernel
` [PATCH 36/44] perf machine: Keep zero in pgoff BPF map
` [PATCH 37/44] perf tools: Preserve eBPF maps when loading kcore
` [PATCH 38/44] perf script: Pad DSO name for --call-trace
` [PATCH 39/44] perf tests: Add map_groups__merge_in test
` [PATCH 40/44] perf script: Add --show-bpf-events to show eBPF related events
` [PATCH 41/44] perf script: Remove superfluous BPF event titles
` [PATCH 42/44] perf version: Append 12 git SHA chars to the version string
` [PATCH 43/44] perf record: Fix s390 missing module symbol and warning for non-root users
` [PATCH 44/44] tools headers UAPI: Sync kvm.h headers with the kernel sources


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).