linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-04-02 16:05:13 to 2019-05-17 19:35:46 UTC [more...]

[GIT PULL] perf/core improvements and fixes
 2019-05-17 19:35 UTC  (49+ messages)
` [PATCH 01/73] perf annotate: Remove hist__account_cycles() from callback
` [PATCH 02/73] perf test: Fix spelling mistake "leadking" -> "leaking"
` [PATCH 03/73] csky: Add support for libdw
` [PATCH 04/73] tools lib traceevent: Remove hard coded install paths from pkg-config file
` [PATCH 05/73] perf tools: Speed up report for perf compiled with linwunwind
` [PATCH 06/73] tools arch: Update arch/x86/lib/memcpy_64.S copy used in 'perf bench mem memcpy'
` [PATCH 07/73] tools arch uapi: Sync the x86 kvm.h copy
` [PATCH 08/73] tools x86 uapi asm: Sync the pt_regs.h copy with the kernel sources
` [PATCH 09/73] tools pci: Do not delete pcitest.sh in 'make clean'
` [PATCH 10/73] perf record: Fix suggestion to get list of registers usable with --user-regs and --intr-regs
` [PATCH 11/73] perf parse-regs: Improve error output when faced with unknown register name
` [PATCH 12/73] perf tools x86: Add support for recording and printing XMM registers
` [PATCH 13/73] perf scripts python: exported-sql-viewer.py: Move view creation
` [PATCH 14/73] perf scripts python: exported-sql-viewer.py: Fix error when shrinking / enlarging font
` [PATCH 15/73] perf scripts python: exported-sql-viewer.py: Add tree level
` [PATCH 16/73] perf scripts python: exported-sql-viewer.py: Add copy to clipboard
` [PATCH 17/73] perf scripts python: exported-sql-viewer.py: Add context menu
` [PATCH 18/73] perf scripts python: exported-sql-viewer.py: Add 'About' dialog box
` [PATCH 19/73] perf vendor events intel: Add uncore_upi JSON support
` [PATCH 20/73] perf machine: Null-terminate version char array upon fgets(/proc/version) error
` [PATCH 21/73] tools lib traceevent: Introduce man pages
` [PATCH 22/73] tools lib traceevent: Add support for man pages with multiple names
` [PATCH 23/73] tools lib traceevent: Man pages for tep_handler related APIs
` [PATCH 24/73] tools lib traceevent: Man page for header_page APIs
` [PATCH 25/73] tools lib traceevent: Man page for get/set cpus APIs
` [PATCH 26/73] tools lib traceevent: Man page for file endian APIs
` [PATCH 27/73] tools lib traceevent: Man page for host "
` [PATCH 28/73] tools lib traceevent: Man page for page size APIs
` [PATCH 29/73] tools lib traceevent: Man page for tep_strerror()
` [PATCH 30/73] tools lib traceevent: Man pages for event handler APIs
` [PATCH 31/73] tools lib traceevent: Man pages for function related libtraceevent APIs
` [PATCH 32/73] tools lib traceevent: Man pages for registering print function
` [PATCH 33/73] tools lib traceevent: Man page for tep_read_number()
` [PATCH 34/73] tools lib traceevent: Man pages for event find APIs
` [PATCH 35/73] tools lib traceevent: Man page for list events APIs
` [PATCH 36/73] tools lib traceevent: Man pages for libtraceevent event get APIs
` [PATCH 37/73] tools lib traceevent: Man pages for find field APIs
` [PATCH 38/73] tools lib traceevent: Man pages for get field value APIs
` [PATCH 39/73] tools lib traceevent: Man pages for print field APIs
` [PATCH 40/73] tools lib traceevent: Man page for tep_read_number_field()
` [PATCH 41/73] tools lib traceevent: Man pages for event fields APIs
` [PATCH 42/73] tools lib traceevent: Man pages for event filter APIs
` [PATCH 43/73] tools lib traceevent: Man pages for parse event APIs
` [PATCH 44/73] tools lib traceevent: Man page for tep_parse_header_page()
` [PATCH 45/73] tools lib traceevent: Man pages for APIs used to extract common fields from a record
` [PATCH 46/73] tools lib traceevent: Man pages for trace sequences APIs
` [PATCH 47/73] perf build tests: Add NO_LIBZSTD=1 to make_minimal
` [PATCH 48/73] perf session: Define 'bytes_transferred' and 'bytes_compressed' metrics

[PATCH] perf docu: Add description for stderr
 2019-05-15 19:32 UTC  (2+ messages)

[PATCH 2/3] perf parse-regs: Add generic support for non-gprs
 2019-05-14 19:34 UTC  (3+ messages)

[PATCH] perf vendor events intel: Add uncore_upi JSON support
 2019-05-14 14:42 UTC  (2+ messages)

[PATCH 4/6] perf scripts python: exported-sql-viewer.py: Add copy to clipboard
 2019-05-13 20:03 UTC 

[PATCH] perf report: Fix OOM error in TUI mode on s390
 2019-05-13  8:05 UTC 

[PATCH 4.9 54/62] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:33 UTC 

[PATCH 4.14 58/75] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:33 UTC 

[PATCH 4.19 70/99] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:32 UTC 

[PATCH 5.0 083/122] perf/x86/amd: Update generic hardware cache events for Family 17h
 2019-05-06 14:32 UTC 

[PATCH] tools/bpf: fix perf build error with uClibc (seen on ARC)
 2019-05-05  7:05 UTC  (5+ messages)
  ` [PATCH v2] "

[GIT PULL 00/11] perf/urgent fixes
 2019-05-03  5:49 UTC  (13+ messages)
` [PATCH 01/11] perf bpf: Return value with unlocking in perf_env__find_btf()
` [PATCH 02/11] tools uapi x86: Sync vmx.h with the kernel
` [PATCH 03/11] perf annotate: Fix build on 32 bit for BPF annotation
` [PATCH 04/11] tools lib traceevent: Change tag string for error
` [PATCH 05/11] perf bench numa: Add define for RUSAGE_THREAD if not present
` [PATCH 06/11] perf report: Report OOM in status line in the GTK UI
` [PATCH 07/11] perf cs-etm: Don't check cs_etm_queue::prev_packet validity
` [PATCH 08/11] perf cs-etm: Always allocate memory for cs_etm_queue::prev_packet
` [PATCH 09/11] tools build: Add -ldl to the disassembler-four-args feature test
` [PATCH 10/11] tools arch uapi: Copy missing unistd.h headers for arc, hexagon and riscv
` [PATCH 11/11] perf tools: Remove needless asm/unistd.h include fixing build in some places

perf tools build broken after v5.1-rc1
 2019-05-02 20:09 UTC  (24+ messages)
        ` Detecting libc in perf (was Re: perf tools build broken after v5.1-rc1)

[PATCH] perf/x86/amd: update generic hardware cache events for Family 17h
 2019-05-02 15:29 UTC 

[PATCHv2] perf/report: Report OOM in perf report status line
 2019-04-29  7:50 UTC 

[PATCH] perf/report: Report OOM in perf report status line
 2019-04-26 15:12 UTC  (6+ messages)

[PATCH] pert/report: Support s390 diag event display on x86
 2019-04-26  9:24 UTC 

[ANNOUNCE] Call for KernelShark logos!
 2019-04-24 13:50 UTC 

[GIT PULL 0/7] perf/urgent fixes
 2019-04-19 17:11 UTC  (9+ messages)
` [PATCH 1/7] perf top: Always sample time to satisfy needs of use of ordered queuing
` [PATCH 2/7] tools include uapi: Sync sound/asound.h copy
` [PATCH 3/7] perf bpf: Return NULL when RB tree lookup fails in perf_env__find_bpf_prog_info()
` [PATCH 4/7] perf tools: Check maps for bpf programs
` [PATCH 5/7] perf evlist: Fix side band thread draining
` [PATCH 6/7] perf tools: Fix map reference counting
` [PATCH 7/7] perf bpf: Return NULL when RB tree lookup fails in perf_env__find_btf()

Tracing Summit 2019: Announcement and Call for Proposals, August 20th, 2019, San Diego, CA
 2019-04-16 15:54 UTC 

perf tools:Is there any tools to found out the max latency by irq or cpu idle
 2019-04-16  1:34 UTC  (8+ messages)

[PATCH] perf/report: Report OOM in perf report status line
 2019-04-15 10:17 UTC  (2+ messages)

[PATCH] perf/report: [RFC] Handling OOM in perf report
 2019-04-15  8:28 UTC  (4+ messages)

[GIT PULL 0/7] perf/urgent fixes
 2019-04-12 16:33 UTC  (2+ messages)

[GIT PULL 0/7] perf/urgent fixes
 2019-04-12 16:14 UTC  (9+ messages)
` [PATCH 1/7] x86/perf/amd: Remove need to check "running" bit in NMI handler
` [PATCH 2/7] x86/perf/amd: Fix build failure when CONFIG_HAVE_NMI_WATCHDOG is not set
` [PATCH 3/7] perf header: Fix lock/unlock imbalances when processing BPF/BTF info
` [PATCH 4/7] perf scripts python: export-to-sqlite.py: Fix use of parent_id in calls_view
` [PATCH 5/7] perf stat: Disable DIR_FORMAT feature for 'perf stat record'
` [PATCH 6/7] tools lib traceevent: Fix missing equality check for strcmp
` [PATCH 7/7] perf evsel: Use hweight64() instead of hweight_long(attr.sample_regs_user)

[BUG] perf: intel_pt won't display kernel function
 2019-04-04 17:38 UTC  (14+ messages)

[GIT PULL 00/44] perf/core improvements and fixes for 5.2
 2019-04-02 16:44 UTC  (40+ messages)
` [PATCH 03/44] perf augmented_raw_syscalls: Use a PERCPU_ARRAY map to copy more string bytes
` [PATCH 08/44] perf stat: Implement duration_time as a proper event
` [PATCH 09/44] perf evsel: Support printing evsel name for 'duration_time'
` [PATCH 10/44] perf list: Output tool events
` [PATCH 11/44] tools lib traceevent: Handle trace_printk() "%px"
` [PATCH 12/44] tools lib traceevent: Add mono clocks to be parsed in seconds
` [PATCH 13/44] tools lib traceevent: Implement a new API, tep_list_events_copy()
` [PATCH 14/44] tools lib traceevent: Add more debugging to see various internal ring buffer entries
` [PATCH 15/44] tools lib traceevent: Change description of few APIs
` [PATCH 16/44] tools lib traceevent: Coding style fixes
` [PATCH 17/44] tools lib traceevent: Implement new traceevent APIs for accessing struct tep_handler fields
` [PATCH 18/44] tools lib traceevent: Removed unneeded !! and return parenthesis
` [PATCH 19/44] tools lib traceevent: Remove tep filter trivial APIs
` [PATCH 20/44] tools lib traceevent: Remove call to exit() from tep_filter_add_filter_str()
` [PATCH 21/44] tools tools, tools lib traceevent: Make traceevent APIs more consistent
` [PATCH 22/44] tools lib traceevent: Rename input arguments of libtraceevent APIs from pevent to tep
` [PATCH 23/44] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event to "tep"
` [PATCH 24/44] perf tools, tools lib traceevent: Rename "pevent" member of struct tep_event_filter "
` [PATCH 25/44] tools lib traceevent: Rename input arguments and local variables of libtraceevent from pevent to tep
` [PATCH 26/44] tools build: Implement libzstd feature check, LIBZSTD_DIR and NO_LIBZSTD defines
` [PATCH 27/44] perf record: Implement --mmap-flush=<number> option
` [PATCH 28/44] perf vendor events intel: Update metrics from TMAM 3.5
` [PATCH 29/44] perf vendor events intel: Update Broadwell events to v23
` [PATCH 30/44] perf vendor events intel: Update Broadwell-DE events to v7
` [PATCH 31/44] perf vendor events intel: Update Skylake events to v42
` [PATCH 32/44] perf vendor events intel: Update SkylakeX events to v1.12
` [PATCH 33/44] perf vendor events intel: Update BroadwellX events to v14
` [PATCH 34/44] perf vendor events intel: Update HaswellX events to v20
` [PATCH 35/44] perf vendor events intel: Update IvyTown "
` [PATCH 36/44] perf vendor events intel: Update JakeTown "
` [PATCH 37/44] perf vendor events intel: Update SandyBridge events to v16
` [PATCH 38/44] perf vendor events intel: Update IvyBridge events to v21
` [PATCH 39/44] perf vendor events intel: Update Haswell events to v28
` [PATCH 40/44] perf vendor events intel: Update KnightsLanding events to v9
` [PATCH 41/44] perf vendor events intel: Update Bonnell to V4
` [PATCH 42/44] perf vendor events intel: Update Goldmont to v13
` [PATCH 43/44] perf vendor events intel: Update GoldmontPlus to v1.01
` [PATCH 44/44] perf vendor events intel: Update Silvermont to v14


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