messages from 2019-06-11 18:57:54 to 2019-07-08 15:42:00 UTC [more...]
[GIT PULL 0/8] perf/urgent fixes
2019-07-08 15:42 UTC (2+ messages)
` [PATCH 1/8] tools arch kvm: Sync kvm headers with the kernel sources
[GIT PULL] perf/core improvements and fixes
2019-07-03 13:56 UTC (20+ messages)
` [PATCH 01/18] objtool: Fix build by linking against tools/lib/ctype.o sources
` [PATCH 02/18] perf symbol: Create block_info structure
` [PATCH 03/18] perf hists: Add block_info in hist_entry
` [PATCH 04/18] perf diff: Check if all data files with branch stacks
` [PATCH 05/18] perf diff: Use hists to manage basic blocks per symbol
` [PATCH 06/18] perf diff: Link same basic blocks among different data
` [PATCH 07/18] perf diff: Print the basic block cycles diff
` [PATCH 08/18] perf diff: Documentation -c cycles option
` [PATCH 09/18] perf pmu: Support more complex PMU event aliasing
` [PATCH 10/18] perf jevents: Add support for Hisi hip08 DDRC PMU aliasing
` [PATCH 11/18] perf jevents: Add support for Hisi hip08 HHA "
` [PATCH 12/18] perf jevents: Add support for Hisi hip08 L3C "
` [PATCH 13/18] perf tools: Fix typos / broken sentences
` [PATCH 14/18] perf vendor events intel: Metric fixes for SKX/CLX
` [PATCH 15/18] perf list: Avoid extra : for --raw metrics
` [PATCH 16/18] perf tools metric: Don't include duration_time in group
` [PATCH 17/18] perf tests: Fix record+probe_libc_inet_pton.sh for powerpc64
` [PATCH 18/18] perf script: Allow specifying the files to process guest samples
[GIT PULL] perf/core improvements and fixes
2019-07-03 13:55 UTC (52+ 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 33/43] perf tools: Remove trim() implementation, use tools/lib's strim()
` [PATCH 34/43] perf tools: Ditch rtrim(), use strim() from tools/lib
` [PATCH 35/43] tools lib: Adopt strreplace() from the kernel
` [PATCH 36/43] perf tools: Drop strxfrchar(), use strreplace() equivalent from kernel
` [PATCH 37/43] tools lib: Move argv_{split,free} from tools/perf/util/
` [PATCH 38/43] perf stat: Make metric event lookup more robust
` [PATCH 39/43] perf stat: Don't merge events in the same PMU
` [PATCH 40/43] perf stat: Fix group lookup for metric group
` [PATCH 41/43] perf stat: Fix metrics with --no-merge
` [PATCH 42/43] perf annotate: Add csky support
` [PATCH 43/43] perf jevents: Use nonlocal include statements in pmu-events.c
[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 (80+ messages)
` [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")
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).