index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
arm-spe.c
Age
Commit message (
Expand
)
Author
2023-06-12
perf thread: Add accessor functions for thread
Ian Rogers
2023-03-20
perf arm-spe: Add SVE flags to the SPE samples
German Gomez
2023-03-20
perf arm-spe: Refactor arm-spe to support operation packet type
German Gomez
2022-09-28
perf arm-spe: augment the data source type with neoverse_spe list
Jing Zhang
2022-08-11
perf arm-spe: Use SPE data source for neoverse cores
Ali Saidi
2022-06-19
perf arm-spe: Don't set data source if it's not a memory operation
Leo Yan
2022-04-28
perf arm-spe: Fix SPE events with phys addresses
Timothy Hayes
2022-04-28
perf arm-spe: Fix addresses of synthesized SPE events
Timothy Hayes
2021-12-17
perf arm-spe: Synthesize SPE instruction events
German Gomez
2021-12-16
perf arm-spe: Add SPE total latency as PERF_SAMPLE_WEIGHT
Namhyung Kim
2021-11-18
perf inject: Fix ARM SPE handling
German Gomez
2021-11-13
perf arm-spe: Support hardware-based PID tracing
German Gomez
2021-11-13
perf arm-spe: Track task context switch for cpu-mode events
Namhyung Kim
2021-11-13
perf arm-spe: Print size using consistent format
Andrew Kilroy
2021-07-01
perf arm-spe: Don't wait for PERF_RECORD_EXIT event
Leo Yan
2021-07-01
perf arm-spe: Bail out if the trace is later than perf event
Leo Yan
2021-07-01
perf arm-spe: Assign kernel time to synthesized event
Leo Yan
2021-07-01
perf arm-spe: Convert event kernel time to counter value
Leo Yan
2021-07-01
perf arm-spe: Save clock parameters from TIME_CONV event
Leo Yan
2021-02-16
perf arm-spe: Set sample's data source field
Leo Yan
2021-02-16
perf arm-spe: Synthesize memory event
Leo Yan
2021-02-16
perf arm-spe: Fill address info for samples
Leo Yan
2021-02-12
perf arm-spe: Enable sample type PERF_SAMPLE_DATA_SRC
Leo Yan
2020-11-26
perf arm-spe: Refactor printing string to buffer
Leo Yan
2020-06-01
perf arm-spe: Support synthetic events
Tan Xiaojun
2020-06-01
perf tools: Move arm-spe-pkt-decoder.h/c to the new dir
Tan Xiaojun
2020-04-16
perf arm-spe: Implement ->evsel_is_auxtrace() callback
Adrian Hunter
2019-09-20
perf env: Remove needless cpumap.h header
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless evlist.h include directives
Arnaldo Carvalho de Melo
2019-08-31
perf tools: Remove needless thread.h include directives
Arnaldo Carvalho de Melo
2019-08-29
libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix
Jiri Olsa
2019-08-29
libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...
Jiri Olsa
2019-07-09
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2018-01-17
perf tools: Add ARM Statistical Profiling Extensions (SPE) support
Kim Phillips