index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
util
/
evsel.c
Age
Commit message (
Expand
)
Author
2022-05-09
perf evsel: Add tool event helpers
Ian Rogers
2022-05-09
perf evsel: Constify a few arrays
Ian Rogers
2022-04-20
perf list: Print all available tool events
Florian Fischer
2022-03-26
perf evsel: Improve AMD IBS (Instruction-Based Sampling) error handling messages
Kim Phillips
2022-03-22
perf evsel: Make evsel__env() always return a valid env
Kim Phillips
2022-03-07
perf evsel: Add error message for unsupported branch stack cases
James Clark
2022-01-22
perf evsel: Override attr->sample_period for non-libpfm4 events
German Gomez
2022-01-22
perf cpumap: Migrate to libperf cpumap api
Ian Rogers
2022-01-18
Merge tag 'perf-tools-for-v5.17-2022-01-16' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2022-01-12
perf evsel: Rename variable cpu to index
Ian Rogers
2022-01-12
perf evsel: Reduce scope of evsel__ignore_missing_thread
Ian Rogers
2022-01-12
perf evsel: Rename CPU around get_group_fd
Ian Rogers
2022-01-12
perf stat: Correct variable name for read counter
Ian Rogers
2022-01-12
perf evsel: Derive CPUs and threads in alloc_counts
Ian Rogers
2022-01-12
perf evsel: Improve error message for uncore events
Ian Rogers
2021-12-07
libperf: Adopt perf_counts_values__scale() from tools/perf/util
Shunsuke Nakamura
2021-12-06
tools/perf: Add '__rel_loc' event field parsing support
Masami Hiramatsu
2021-11-18
perf evsel: Fix memory leaks relating to unit
Ian Rogers
2021-11-13
perf expr: Add source_count for aggregating events
Ian Rogers
2021-11-07
perf evsel: Don't set exclude_guest by default
Ravi Bangoria
2021-11-06
perf evsel: Fix missing exclude_{host,guest} setting
Namhyung Kim
2021-10-28
perf evsel: Add bitfield_swap() to handle branch_stack endian issue
Madhavan Srinivasan
2021-10-20
perf parse-events: Add new "metric-id" term
Ian Rogers
2021-09-11
perf tools: Factor out copy_config_terms() and free_config_terms()
Adrian Hunter
2021-08-31
perf evsel: Handle precise_ip fallback in evsel__open_cpu()
Riccardo Mancini
2021-08-31
perf evsel: Move bpf_counter__install_pe() to success path in evsel__open_cpu()
Riccardo Mancini
2021-08-31
perf evsel: Move test_attr__open() to success path in evsel__open_cpu()
Riccardo Mancini
2021-08-31
perf evsel: Move ignore_missing_thread() to fallback code
Riccardo Mancini
2021-08-31
perf evsel: Separate rlimit increase from evsel__open_cpu()
Riccardo Mancini
2021-08-31
perf evsel: Separate missing feature detection from evsel__open_cpu()
Riccardo Mancini
2021-08-31
perf evsel: Add evsel__prepare_open()
Riccardo Mancini
2021-08-31
perf evsel: Separate missing feature disabling from evsel__open_cpu
Riccardo Mancini
2021-08-31
perf evsel: Save open flags in evsel in prepare_open()
Riccardo Mancini
2021-08-31
perf evsel: Separate open preparation from open itself
Riccardo Mancini
2021-08-31
perf evsel: Remove retry_sample_id goto label
Riccardo Mancini
2021-07-09
libperf: Move 'leader' from tools/perf to perf_evsel::leader
Jiri Olsa
2021-07-09
libperf: Move 'idx' from tools/perf to perf_evsel::idx
Jiri Olsa
2021-06-22
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
2021-06-10
perf evsel: Adjust hybrid event and global event mixed group
Jin Yao
2021-06-04
perf evsel: Add missing cloning of evsel->use_config_name
Namhyung Kim
2021-04-29
perf stat: Warn group events from different hybrid PMU
Jin Yao
2021-04-29
perf record: Create two hybrid 'cycles' events by default
Jin Yao
2021-04-29
perf stat: Introduce config stat.bpf-counter-events
Song Liu
2021-03-23
perf tools: Fix various typos in comments
Ingo Molnar
2021-03-06
perf stat: Fix wrong skipping for per-die aggregation
Jin Yao
2021-02-18
perf tools: Support arch specific PERF_SAMPLE_WEIGHT_STRUCT processing
Kan Liang
2021-02-08
perf report: Support instruction latency
Kan Liang
2021-02-08
perf tools: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-02-08
perf tools: Support the auxiliary event
Kan Liang
[next]