linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-12 16:03:41 to 2019-12-06 14:43:54 UTC [more...]

[GIT PULL 0/6] perf/urgent fixes
 2019-12-06 14:43 UTC  (11+ messages)
` [PATCH 1/6] perf report/top TUI: Replace pr_err() with ui__error()
` [PATCH 2/6] perf report: Make -F more strict like -s
` [PATCH 3/6] perf report: Bail out --mem-mode if mem info is not available
` [PATCH 4/6] perf inject: Fix processing of ID index for injected instruction tracing
` [PATCH 5/6] tools headers UAPI: Sync drm/i915_drm.h with the kernel sources
` [PATCH 6/6] tools headers UAPI: Update tools's copy of drm.h headers

[PATCH] perf sched timehist: Add support for filtering on CPU
 2019-12-04 19:28 UTC  (2+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-12-04  7:51 UTC  (27+ messages)
` [PATCH 01/23] perf cpumap: Maintain cpumaps ordered and without dups
` [PATCH 02/23] perf evlist: Maintain evlist->all_cpus
` [PATCH 03/23] perf evsel: Add iterator to iterate over events ordered by CPU
` [PATCH 04/23] perf evsel: Add functions to close evsel on a CPU
` [PATCH 05/23] perf stat: Use affinity for closing file descriptors
` [PATCH 06/23] perf stat: Factor out open error handling
` [PATCH 07/23] perf stat: Use affinity for opening events
` [PATCH 08/23] perf stat: Use affinity for reading
` [PATCH 09/23] perf evsel: Add functions to enable/disable for a specific CPU
` [PATCH 10/23] perf stat: Use affinity for enabling/disabling events
` [PATCH 11/23] perf jit: Move test functionality in to a test
` [PATCH 12/23] perf machine: Fill map_symbol->maps in append_inlines() to fix segfault
` [PATCH 13/23] perf bench: Update the copies of x86's mem{cpy,set}_64.S
` [PATCH 14/23] tools arch x86: Sync the msr-index.h copy with the kernel sources
` [PATCH 15/23] tools headers uapi: Sync linux/fscrypt.h "
` [PATCH 16/23] tools headers uapi: Sync linux/stat.h "
` [PATCH 17/23] tools headers kvm: Sync kvm headers "
` [PATCH 18/23] tools headers UAPI: Sync sched.h with the kernel
` [PATCH 19/23] perf beauty: Add CLEAR_SIGHAND support for clone's flags arg
` [PATCH 20/23] tools arch x86: Sync asm/cpufeatures.h with the kernel sources
` [PATCH 21/23] perf kvm: Clarify the 'perf kvm' -i and -o command line options
` [PATCH 22/23] libtraceevent: Fix lib installation with O=
` [PATCH 23/23] libtraceevent: Copy pkg-config file to output folder when using O=

[PATCH] tools/perf/metricgroup: Fix printing event names of metric group with multiple events
 2019-12-04  6:55 UTC  (2+ messages)

[PATCH] libbpf: Fix up generation of bpf_helper_defs.h
 2019-12-03 14:41 UTC  (30+ messages)
                        ` [PATCH] libbpf: Use PRIu64 for sym->st_value to fix build on 32-bit arches

perf is unable to read dward from go programs
 2019-12-03 10:22 UTC  (5+ messages)

[RFC v3 0/5] perf tools: Add support for some spe events and precise ip
 2019-12-02  7:07 UTC  (9+ messages)
` [RFC v3 1/5] perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
` [RFC v3 2/5] perf tools: Add support for "report" for some spe events
` [RFC v3 3/5] perf report: Add --spe options for arm-spe
` [RFC v3 4/5] drivers: perf: add some arm spe events
` [RFC v3 5/5] perf tools: Add support to process multi "

[GIT PULL] perf/core improvements and fixes
 2019-11-29 19:09 UTC  (23+ messages)
` [PATCH 01/15] perf map: Use map->dso->kernel + map__kmaps() in map__kmaps()
` [PATCH 02/15] perf symbols: Stop using map->groups, we can use kmaps instead
` [PATCH 03/15] perf map_groups: Pass the object to map_groups__find_ams()
` [PATCH 04/15] perf tools: Add map_groups to 'struct addr_location'
` [PATCH 05/15] perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers
` [PATCH 06/15] perf unwind: Use 'struct map_symbol' in 'struct unwind_entry'
` [PATCH 07/15] perf callchain: Use 'struct map_symbol' in 'struct callchain_cursor_node'
` [PATCH 08/15] pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol'
` [PATCH 09/15] perf symbols: Use kmaps(map)->machine when we know its a kernel map
` [PATCH 10/15] perf tools: Add a 'struct map_groups' pointer to 'struct map_symbol'
` [PATCH 11/15] perf annotate: Stop using map->groups, use map_symbol->mg instead
` [PATCH 12/15] perf map: Combine maps__fixup_overlappings with its only use
` [PATCH 13/15] perf map: Remove ->groups from 'struct map'
` [PATCH 14/15] perf tool: Provide an option to print perf_event_open args and return value
` [PATCH 15/15] perf parse: Use YYABORT to clear stack after failure, plugging leaks

[GIT PULL] perf/core improvements and fixes
 2019-11-29  5:58 UTC  (24+ messages)
` [PATCH 01/22] perf script: Move map__fprintf_srccode() to near its only user
` [PATCH 02/22] perf map: Ditch leftover map__reloc_vmlinux() prototype
` [PATCH 03/22] perf map: Remove needless struct forward declarations
` [PATCH 04/22] perf map: Remove unused functions
` [PATCH 05/22] x86/insn: Add some more Intel instructions to the opcode map
` [PATCH 06/22] x86/insn: perf tools: Add some more instructions to the new instructions test
` [PATCH 07/22] perf maps: Merge 'struct maps' with 'struct map_groups'
` [PATCH 08/22] perf thread: Rename thread->mg to thread->maps
` [PATCH 09/22] perf addr_location: Rename al->mg to al->maps
` [PATCH 10/22] perf map_symbol: Rename ms->mg to ms->maps
` [PATCH 11/22] perf maps: Rename 'mg' variables to 'maps'
` [PATCH 12/22] perf maps: Rename map_groups.h to maps.h
` [PATCH 13/22] perf tests: Rename thread-mg-share to thread-maps-share
` [PATCH 14/22] perf tests: Rename tests/map_groups.c to tests/maps.c
` [PATCH 15/22] perf tools: Allow to link with libbpf dynamicaly
` [PATCH 16/22] perf diff: Use llabs() with 64-bit values
` [PATCH 17/22] "
` [PATCH 18/22] perf regs: Make perf_reg_name() return "unknown" instead of NULL
` [PATCH 19/22] perf pmu: Use file system cache to optimize sysfs access
` [PATCH 20/22] perf affinity: Add infrastructure to save/restore affinity
` [PATCH 21/22] perf script: Fix brstackinsn for AUXTRACE
` [PATCH 22/22] perf script: Fix invalid LBR/binary mismatch error

[GIT PULL] perf/core improvements and fixes
 2019-11-23  8:07 UTC  (28+ messages)
` [PATCH 01/26] perf map: Move maj/min/ino/ino_generation to separate struct
` [PATCH 02/26] perf map: Pass a dso_id to map__new()
` [PATCH 03/26] perf map: Move comparision of map's dso_id to a separate function
` [PATCH 04/26] perf dsos: Remove unused dsos__find() method
` [PATCH 05/26] perf dso: Move dso_id from 'struct map' to 'struct dso'
` [PATCH 06/26] perf session: Fix decompression of PERF_RECORD_COMPRESSED records
` [PATCH 07/26] perf util: Move block TUI function to ui browsers
` [PATCH 08/26] perf report: Jump to symbol source view from total cycles view
` [PATCH 09/26] perf tools: Add kernel AUX area sampling definitions
` [PATCH 10/26] perf record: Add a function to test for kernel support for AUX area sampling
` [PATCH 11/26] perf auxtrace: Move perf_evsel__find_pmu()
` [PATCH 12/26] perf auxtrace: Add support for AUX area sample recording
` [PATCH 13/26] perf record: Add support for AUX area sampling
` [PATCH 14/26] perf record: Add aux-sample-size config term
` [PATCH 15/26] perf inject: Cut AUX area samples
` [PATCH 16/26] perf auxtrace: Add support for dumping "
` [PATCH 17/26] perf session: Add facility to peek at all events
` [PATCH 18/26] perf auxtrace: Add support for queuing AUX area samples
` [PATCH 19/26] perf pmu: When using default config, record which bits of config were changed by the user
` [PATCH 20/26] perf intel-pt: Add support for recording AUX area samples
` [PATCH 21/26] perf intel-pt: Add support for decoding "
` [PATCH 22/26] perf intel-bts: Does not support AUX area sampling
` [PATCH 23/26] libtraceevent: Fix header installation
` [PATCH 24/26] libtraceevent: Fix memory leakage in copy_filter_type
` [PATCH 25/26] perf probe: Fix spelling mistake "addrees" -> "address"
` [PATCH 26/26] perf parse: Fix potential memory leak when handling tracepoint errors

linux-next: Tree for Nov 20
 2019-11-20 11:22 UTC 

[PATCH] Perf stat: Fix the ratio comments of miss-events
 2019-11-19 15:59 UTC  (3+ messages)

[GIT PULL] perf/core improvements and fixes
 2019-11-19 12:00 UTC  (27+ messages)
` [PATCH 01/25] perf vendor events arm64: Fix commas so PMU event files are valid JSON
` [PATCH 02/25] perf vendor events power8: "
` [PATCH 03/25] perf vendor events power9: "
` [PATCH 04/25] perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLite
` [PATCH 05/25] perf maps: Purge the entries from maps->names in __maps__purge()
` [PATCH 06/25] perf maps: Do not use an rbtree to sort by map name
` [PATCH 07/25] perf map_groups: Add a front end cache for map lookups by name
` [PATCH 08/25] perf map: No need to adjust the long name of modules
` [PATCH 09/25] perf record: No need to process the synthesized MMAP events twice
` [PATCH 10/25] perf machine: No need to check if kernel module maps pre-exist
` [PATCH 11/25] perf map_groups: Auto sort maps by name, if needed
` [PATCH 12/25] perf callchain: Fix segfault in thread__resolve_callchain_sample()
` [PATCH 13/25] libtraceevent: Fix parsing of event %o and %X argument types
` [PATCH 14/25] perf map: Use bitmap for booleans
` [PATCH 15/25] perf map: Move seldom used ->flags field to second cacheline
` [PATCH 16/25] x86/insn: perf tools: Add some instructions to the new instructions test
` [PATCH 17/25] x86/insn: Add some Intel instructions to the opcode map
` [PATCH 18/25] perf probe: Show correct statement line number by perf probe -l
` [PATCH 19/25] perf probe: Verify given line is a representive line
` [PATCH 20/25] perf probe: Do not show non representive lines by perf-probe -L
` [PATCH 21/25] perf probe: Generate event name with line number
` [PATCH 22/25] perf probe: Support multiprobe event
` [PATCH 23/25] perf probe: Support DW_AT_const_value constant value
` [PATCH 24/25] perf probe: Trace a magic number if variable is not found
` [PATCH 25/25] perf parse: Report initial event parsing error

[RFC v2 0/4] perf tools: Add support for some spe events and precise ip
 2019-11-18  7:05 UTC  (7+ messages)
` [RFC v2 4/4] perf tools: Support "branch-misses:pp" on arm64

[PATCH] perf/core: Fix tracking of auxiliary trace buffer allocation
 2019-11-15 16:06 UTC  (3+ messages)
` [tip: perf/urgent] perf/aux: "

[PATCH 1/3] perf vendor events arm64: Fix commas so PMU event files are valid JSON
 2019-11-13  9:24 UTC  (4+ messages)
` [PATCH 3/3] perf vendor events power9: "


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