linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-29 13:35:45 to 2019-07-02 02:26:05 UTC [more...]

[GIT PULL] perf/core improvements and fixes
 2019-07-02  2:26 UTC  (33+ messages)
` [PATCH 01/43] perf tools: Fix cache.h include directive
` [PATCH 02/43] perf thread-stack: Fix thread stack return from kernel for kernel-only case
` [PATCH 03/43] perf thread-stack: Eliminate code duplicating thread_stack__pop_ks()
` [PATCH 04/43] perf tools: Increase MAX_NR_CPUS and MAX_CACHES
` [PATCH 05/43] perf intel-pt: Decoder to output CBR changes immediately
` [PATCH 06/43] perf intel-pt: Cater for CBR change in PSB+
` [PATCH 07/43] perf intel-pt: Add CBR value to decoder state
` [PATCH 08/43] perf intel-pt: Synthesize CBR events when last seen value changes
` [PATCH 09/43] perf db-export: Export synth events
` [PATCH 10/43] perf scripts python: export-to-sqlite.py: Export Intel PT power and ptwrite events
` [PATCH 11/43] perf scripts python: export-to-postgresql.py: "
` [PATCH 12/43] perf ctype: Remove unused 'graph_line' variable
` [PATCH 13/43] perf ui stdio: No need to use 'spaces' to left align
` [PATCH 14/43] perf ctype: Remove now unused 'spaces' variable
` [PATCH 15/43] perf string: Move 'dots' and 'graph_dotted_line' out of sane_ctype.h
` [PATCH 16/43] tools x86 machine: Add missing util.h to pick up 'page_size'
` [PATCH 17/43] perf kallsyms: Adopt hex2u64 from tools/perf/util/util.h
` [PATCH 18/43] perf symbols: We need util.h in symbol-elf.c for zfree()
` [PATCH 19/43] perf tools: Remove old baggage that is util/include/linux/ctype.h
` [PATCH 20/43] perf tools: Add missing util.h to pick up 'page_size' variable
` [PATCH 21/43] tools perf: Move from sane_ctype.h obtained from git to the Linux's original
` [PATCH 22/43] perf tools: Use linux/ctype.h in more places
` [PATCH 23/43] tools lib: Adopt skip_spaces() from the kernel sources
` [PATCH 24/43] perf stat: Use recently introduced skip_spaces()
` [PATCH 25/43] perf header: Use skip_spaces() in __write_cpudesc()
` [PATCH 26/43] perf time-utils: Use skip_spaces()
` [PATCH 27/43] perf probe: Use skip_spaces() for argv handling
` [PATCH 28/43] perf strfilter: Use skip_spaces()
` [PATCH 29/43] perf metricgroup: Use strsep()
` [PATCH 30/43] perf report: Use skip_spaces()
` [PATCH 31/43] perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernel
` [PATCH 32/43] tools lib: Adopt strim() from "

[PATCH v2 bpf-next 04/11] libbpf: refactor map initialization
 2019-06-27 15:11 UTC  (3+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-06-22  6:28 UTC  (27+ 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 04/25] perf intel-pt: Add Intel PT packet decoder test
` [PATCH 05/25] perf intel-pt: Add decoder support for PEBS via PT
` [PATCH 06/25] perf intel-pt: Prepare to synthesize PEBS samples
` [PATCH 07/25] perf intel-pt: Factor out common sample preparation for re-use
` [PATCH 08/25] perf intel-pt: Synthesize PEBS sample basic information
` [PATCH 09/25] perf intel-pt: Add gp registers to synthesized PEBS sample
` [PATCH 10/25] perf intel-pt: Add XMM "
` [PATCH 11/25] perf intel-pt: Add LBR information "
` [PATCH 12/25] perf intel-pt: Add memory "
` [PATCH 13/25] perf intel-pt: Add callchain "
` [PATCH 14/25] tools build: Check if gettid() is available before providing helper
` [PATCH 15/25] perf trace: Fix exclusion of not available syscall names from selector list
` [PATCH 16/25] perf trace: Streamline validation of select syscall names list
` [PATCH 17/25] tools build feature tests: Add missing SPDX headers
` [PATCH 18/25] perf "
` [PATCH 19/25] perf pmu: Fix uncore PMU alias list for ARM64
` [PATCH 20/25] perf trace: Fixup pointer arithmetic when consuming augmented syscall args
` [PATCH 21/25] perf evsel: Make perf_evsel__name() accept a NULL argument
` [PATCH 22/25] perf tools: Don't hardcode host include path for libslang
` [PATCH 23/25] tools build: Add test to check if slang.h is in /usr/include/slang/
` [PATCH 24/25] perf build: Handle slang being in /usr/include and "
` [PATCH 25/25] tools build: Fix the zstd test in the test-all.c common case feature test

[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  (25+ messages)
` [PATCH 17/41] perf trace beauty clone: Handle CLONE_PIDFD
` [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


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).