linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-01-25 23:18:39 to 2019-02-21 16:28:58 UTC [more...]

[PATCH] perf hist: fix memory leak if histogram entry is reused
 2019-02-21 16:28 UTC  (4+ messages)

[PATCH 0/3] Support inline symbols in callchains
 2019-02-21 16:06 UTC  (4+ messages)
` [PATCH 1/3] perf map: add function to lookup inline symbols
` [PATCH 2/3] perf machine: use map__inlines in append_inlines
` [PATCH 3/3] perf machine: add inline symbols to callchains

[GIT PULL 00/17] perf/core improvements and fixes
 2019-02-21  7:12 UTC  (19+ messages)
` [PATCH 01/17] perf tests shell: Skip trace+probe_vfs_getname.sh if built without trace support
` [PATCH 02/17] perf header: Fix wrong node write in NUMA_TOPOLOGY feature
` [PATCH 03/17] perf tools: Add cpu_topology object
` [PATCH 04/17] perf tools: Add numa_topology object
` [PATCH 05/17] perf tools: Use sysfs__mountpoint() when reading cpu topology
` [PATCH 06/17] perf report: Don't shadow inlined symbol with different addr range
` [PATCH 07/17] perf doc: Fix HEADER_CMDLINE description in perf.data documentation
` [PATCH 08/17] perf doc: Fix documentation of the Flags section in perf.data
` [PATCH 09/17] perf test: Fix failure of 'evsel-tp-sched' test on s390
` [PATCH 10/17] perf bpf: Add bpf_map dumper
` [PATCH 11/17] perf trace: Allow dumping a BPF map after setting up BPF events
` [PATCH 12/17] perf session: Don't report zero period samples for slave events
` [PATCH 13/17] perf evsel: Force sample_type "
` [PATCH 14/17] perf script: Allow +- operator for type specific fields option
` [PATCH 15/17] perf bpf-event: Add missing new line into pr_debug call
` [PATCH 16/17] perf cpumap: Increase debug level for cpu_map__snprint verbose output
` [PATCH 17/17] perf tools: Make rm_rf() remove single file

[PATCH 0/2] perf evsel: add support for inlined function in callchains
 2019-02-20 14:34 UTC  (7+ messages)
` [PATCH 1/2] perf evsel: split sample__fprintf_callchain in output and iteration
` [PATCH 2/2] perf evsel: add inline functions to sample callchain output
    ` [PATCHv2 "

[PATCH] perf test: Fix failure of test 14 on s390
 2019-02-19 16:43 UTC  (2+ messages)

[PATCH] perf: update perf.data file format documentation
 2019-02-19 15:45 UTC  (11+ messages)
    ` [PATCH] perf: fix HEADER_CMDLINE description in perf.data documentation
            ` [PATCH] perf: fix documentation of the Flags section in perf.data

[GIT PULL 00/43] perf/core improvements and fixes
 2019-02-15  9:20 UTC  (45+ messages)
` [PATCH 01/43] perf record: Implement --affinity=node|cpu option
` [PATCH 02/43] perf cs-etm: Add proper header file for symbols
` [PATCH 03/43] perf report: Add s390 diagnosic sampling descriptor size
` [PATCH 04/43] perf vendor events power8: Cpi_breakdown & estimated_dcache_miss_cpi metrics
` [PATCH 05/43] perf vendor events power8: Dl1_reload, instruction_misses, l2_stats, lsu_rejects, memory & pteg_reloads metrics
` [PATCH 06/43] perf vendor events power8: Branch_prediction, latency, bus_stats, instruction_mix & instruction_stats metrics
` [PATCH 07/43] perf vendor events power8: Translaton & general metrics
` [PATCH 08/43] perf vendor events power9: Cpi_breakdown & estimated_dcache_miss_cpi metrics
` [PATCH 09/43] perf vendor events power9: Dl1_reloads, instruction_misses, l[23]_stats & pteg_reloads metrics
` [PATCH 10/43] perf vendor events power9: Branch_prediction, instruction_stats, latency, lsu_rejects, memory, prefetch & translation metrics
` [PATCH 11/43] perf vendor events power9: General metrics
` [PATCH 12/43] perf utils: Silence "Couldn't synthesize bpf events" warning for EPERM
` [PATCH 13/43] tools feature: Undef _GNU_SOURCE at the end of feature tests
` [PATCH 14/43] perf beauty ioctl cmd: The 'fd' arg is signed
` [PATCH 15/43] perf trace: Check if the 'fd' is negative when mapping it to pathname
` [PATCH 16/43] perf beauty waitid options: Fix up prefix showing logic
` [PATCH 17/43] tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaio
` [PATCH 18/43] perf trace: Filter out gnome-terminal* parent
` [PATCH 19/43] perf coresight: Do not test for libopencsd by default
` [PATCH 20/43] perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASIC
` [PATCH 21/43] tools build: Add test-reallocarray.c to test-all.c to fix the build
` [PATCH 22/43] perf build: Add missing FEATURE_CHECK_LDFLAGS-libcrypto
` [PATCH 23/43] perf cs-etm: Remove unused structure field "state"
` [PATCH 24/43] perf cs-etm: Remove unused structure field "time" and "timestamp"
` [PATCH 25/43] perf cs-etm: Fix wrong return values in error path
` [PATCH 26/43] perf cs-etm: Introducing function cs_etm_decoder__init_dparams()
` [PATCH 27/43] perf cs-etm: Fix memory leak in error path
` [PATCH 28/43] perf cs-etm: Introducing function cs_etm__init_trace_params()
` [PATCH 29/43] perf cs-etm: Fix erroneous comment
` [PATCH 30/43] perf cs-etm: Cleaning up function cs_etm__alloc_queue()
` [PATCH 31/43] perf cs-etm: Rethink kernel address initialisation
` [PATCH 32/43] perf cs-etm: Make cs_etm__run_decoder() queue independent
` [PATCH 33/43] perf cs-etm: Modularize main decoder function
` [PATCH 34/43] perf cs-etm: Modularize main packet processing loop
` [PATCH 35/43] perf cs-etm: Modularize auxtrace_buffer fetch function
` [PATCH 36/43] perf tools: Compile perf with libperf-in.o instead of libperf.a
` [PATCH 37/43] perf tools: Rename LIB_FILE to LIBPERF_A
` [PATCH 38/43] perf tools: Rename build libperf to perf
` [PATCH 39/43] perf tools: Fix legacy events symbol separator parsing
` [PATCH 40/43] perf list: Display metric expressions for --details option
` [PATCH 41/43] perf header: Get rid of write_it label
` [PATCH 42/43] perf header: Remove unused 'cpu_nr' field from 'struct cpu_topo'
` [PATCH 43/43] tools build feature sched_getcpu: Undef _GNU_SOURCE at the end

[PATCH] AMD perf PMU events for AMD Family 17h
 2019-02-13 11:21 UTC  (6+ messages)
      ` [PATCH v2] "

Semantics of symbol address in perf report -v
 2019-02-12 23:05 UTC  (2+ messages)

[PATCH v2 0/4] [powerpc] perf vendor events: Add JSON metrics for POWER9
 2019-02-11 15:53 UTC  (6+ messages)
` [PATCH 1/4] "
` [PATCH 2/4] "
` [PATCH 3/4] "
` [PATCH 4/4] "

[PATCH v2 0/4] [powerpc] perf vendor events: Add JSON metrics for POWER8
 2019-02-11 15:52 UTC  (6+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] "
` [PATCH v2 3/4] "
` [PATCH v2 4/4] "

[PATCH] perf report: Add s390 diagnosic sampling descriptor size
 2019-02-11 11:49 UTC  (2+ messages)

System crash with perf_fuzzer (kernel: 5.0.0-rc3)
 2019-02-11 10:11 UTC  (20+ messages)
            ` [PATCH] perf: Add check_period pmu callback

[GIT PULL 00/53] perf/core improvements and fixes
 2019-02-09 12:17 UTC  (55+ messages)
` [PATCH 01/53] perf powerpc: Add missing headers to skip-callchain-idx.c
` [PATCH 02/53] perf arm pmu: Add missing linux/string.h header
` [PATCH 03/53] perf srccode: Move struct definition from map.h to srccode.h
` [PATCH 04/53] perf callchain: Uninline callchain_cursor_reset() to remove map.h dependency
` [PATCH 05/53] perf symbols: Introduce map_symbol.h
` [PATCH 06/53] pref tools: Add missing map.h includes
` [PATCH 07/53] perf map: Move structs and prototypes for map groups to a separate header
` [PATCH 08/53] perf tests: Add missing headers so far obtained indirectly
` [PATCH 09/53] perf hist: Remove symbol.h from hist.h, just fwd decls are needed
` [PATCH 10/53] perf tools: Add missing include for symbols.h
` [PATCH 11/53] perf evsel: No need to include symbol.h in evsel.h, symbol_conf.h is enough
` [PATCH 12/53] perf thread: Don't include symbol.h, "
` [PATCH 13/53] perf tools: Add missing include <callchain.h> in various places
` [PATCH 14/53] perf hist: Remove the needless callchain.h include from hist.h
` [PATCH 15/53] perf tests pmu: Add missing headers
` [PATCH 16/53] perf pmu: Remove needless evsel.h include, only needs one fwd decl
` [PATCH 17/53] perf kvm stat: Replace kvm-stat.h includes with forward declarations
` [PATCH 18/53] perf powerpc kvm-stat: Add missing evlist.h header
` [PATCH 19/53] perf bpf-loader: Remove unecessary includes from bpf-loader.h
` [PATCH 20/53] perf/aux: Make perf_event accessible to setup_aux()
` [PATCH 21/53] coresight: perf: Add "sinks" group to PMU directory
` [PATCH 22/53] coresight: Use event attributes for sink selection
` [PATCH 23/53] perf pmu: Move EVENT_SOURCE_DEVICE_PATH to PMU header file
` [PATCH 24/53] perf arm cs-etm: Use event attributes to send sink information to kernel
` [PATCH 25/53] perf coresight: Remove set_drv_config() API
` [PATCH 26/53] perf pmu: Remove set_drv_config API
` [PATCH 27/53] perf record: Allocate affinity masks
` [PATCH 28/53] perf record: Bind the AIO user space buffers to nodes
` [PATCH 29/53] perf tools: Add fallback versions for CPU_{OR,EQUAL}()
` [PATCH 30/53] perf record: Apply affinity masks when reading mmap buffers
` [PATCH 31/53] perf clang: Do not use 'return std::move(something)'
` [PATCH 32/53] perf hists: Add argument to hists__resort_cb_t callback
` [PATCH 33/53] perf evsel: Add output_resort_cb method
` [PATCH 34/53] perf report: Move symbol annotation to the resort phase
` [PATCH 35/53] perf tools: Add documentation for BPF event selection
` [PATCH 36/53] perf cs-etm: Add last instruction information in packet
` [PATCH 37/53] perf cs-etm: Set sample flags for instruction range packet
` [PATCH 38/53] perf cs-etm: Set sample flags for trace discontinuity
` [PATCH 39/53] perf cs-etm: Add exception number in exception packet
` [PATCH 40/53] perf cs-etm: Change tuple from traceID-CPU# to traceID-metadata
` [PATCH 41/53] perf cs-etm: Add traceID in packet
` [PATCH 42/53] perf cs-etm: Set sample flags for exception packet
` [PATCH 43/53] perf cs-etm: Set sample flags for exception return packet
` [PATCH 44/53] perf vendor events intel: Fix Load_Miss_Real_Latency on CLX
` [PATCH 45/53] perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
` [PATCH 46/53] perf thread-stack: Tidy thread_stack__push_cp() usage
` [PATCH 47/53] perf thread-stack: Tidy thread_stack__no_call_return() by adding more local variables
` [PATCH 48/53] perf thread-stack: Represent jmps to the start of a different symbol
` [PATCH 49/53] perf auxtrace: Define auxtrace record alignment
` [PATCH 50/53] perf intel-pt: Fix overlap calculation for padding
` [PATCH 51/53] perf intel-pt: Fix CYC timestamp calculation after OVF
` [PATCH 52/53] perf intel-pt: Packet splitting can happen only on 32-bit
` [PATCH 53/53] perf auxtrace: Add timestamp to auxtrace errors

[GIT PULL 0/8] perf/urgent fixes
 2019-02-09 12:15 UTC  (10+ messages)
` [PATCH 1/8] perf tests evsel-tp-sched: Fix bitwise operator
` [PATCH 2/8] perf mem/c2c: Fix perf_mem_events to support powerpc
` [PATCH 3/8] perf clang: Do not use 'return std::move(something)'
` [PATCH 4/8] tools headers uapi: Sync linux/in.h copy from the kernel sources
` [PATCH 5/8] perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()
` [PATCH 6/8] perf symbols: Filter out hidden symbols from labels
` [PATCH 7/8] perf trace: Support multiple "vfs_getname" probes
` [PATCH 8/8] perf script python: Add Python3 support to tests/attr.py

[PATCH] perf: Add JSON metrics for POWER8 and POWER9
 2019-02-05 21:25 UTC 

[perf][powerpc] Add JSON metrics for POWER8 and POWER9
 2019-02-04 19:28 UTC 

[GIT PULL 00/29] perf/core improvements and fixes
 2019-01-26  9:52 UTC  (7+ messages)
` [PATCH 25/29] perf bpf: Convert pid_map() to bpf_map()
` [PATCH 26/29] perf augmented_raw_syscalls: Use bpf_map()
` [PATCH 27/29] perf trace: Fixup etcsnoop example
` [PATCH 28/29] perf bpf examples: Convert etcsnoop to use bpf_map()
` [PATCH 29/29] perf augmented_syscalls: Convert to bpf_map()


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