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
/
python.c
Age
Commit message (
Expand
)
Author
2024-12-18
perf python: Correctly throw IndexError
Ian Rogers
2024-12-18
perf python: Add __str__ and __repr__ functions to evsel
Ian Rogers
2024-12-18
perf python: Add __str__ and __repr__ functions to evlist
Ian Rogers
2024-12-18
perf python: Add parse_events function
Ian Rogers
2024-12-18
perf kwork: Make perf_kwork_add_work a callback
Ian Rogers
2024-12-18
perf bench: Remove reference to cmd_inject
Ian Rogers
2024-12-18
perf lock: Move common lock contention code to new file
Ian Rogers
2024-12-18
perf env: Move arch errno function to only use in env
Ian Rogers
2024-12-18
perf script: Move perf_sample__sprintf_flags to trace-event-scripting.c
Ian Rogers
2024-12-18
perf script: Move script_fetch_insn to trace-event-scripting.c
Ian Rogers
2024-12-18
perf script: Move script_spec code to trace-event-scripting.c
Ian Rogers
2024-12-18
perf stat: Move stat_config into config.c
Ian Rogers
2024-12-18
perf script: Move find_scripts to browser/scripts.c
Ian Rogers
2024-12-18
perf kvm: Move functions used in util out of builtin
Ian Rogers
2024-12-18
perf script: Move scripting_max_stack out of builtin
Ian Rogers
2024-12-18
perf python: Remove unused #include
Ian Rogers
2024-12-18
perf python: Constify variables and parameters
Ian Rogers
2024-12-18
perf python: Remove python 2 scripting support
Ian Rogers
2024-11-08
perf build: Include libtraceevent headers directly indicated by pkg-config
Yicong Yang
2024-10-23
perf python: Fix up the build on architectures without HAVE_KVM_STAT_SUPPORT
Arnaldo Carvalho de Melo
2024-09-02
perf python: include "util/sample.h"
Xu Yang
2024-06-26
perf python: Switch module to linking libraries from building source
Ian Rogers
2024-06-15
perf hist: Honor symbol_conf.skip_empty
Namhyung Kim
2024-03-21
perf tools: Add/use PMU reverse lookup from config to name
Ian Rogers
2024-02-08
perf tools: Make it possible to see perf's kernel and module memory mappings
Adrian Hunter
2023-10-17
perf pmu: Const-ify file APIs
Ian Rogers
2023-08-11
perf script python: Add stub for PMU symbol to the python binding
Ian Rogers
2023-06-23
perf tools: Add printing perf_event_attr config symbol in perf_event_attr__fp...
Yang Jihong
2023-06-12
perf evlist: Free stats in all evlist destruction
Ian Rogers
2023-05-27
perf pmus: Remove perf_pmus__has_hybrid
Ian Rogers
2023-05-27
perf pmu: Separate pmu and pmus
Ian Rogers
2023-05-27
perf evsel: Compute is_hybrid from PMU being core
Ian Rogers
2023-05-27
perf evlist: Remove __evlist__add_default
Ian Rogers
2023-03-15
perf record: Add BPF event filter support
Namhyung Kim
2023-03-13
perf evsel: Add function to compute group PMU name
Ian Rogers
2023-03-13
perf evsel: Allow const evsel for certain accesses
Ian Rogers
2023-02-03
perf stat: Remove evsel metric_name/expr
Ian Rogers
2023-01-22
perf pmu: Use perf_pmu__open_file() and perf_pmu__scan_file()
James Clark
2023-01-19
perf trace: Reduce #ifdefs for TEP_FIELD_IS_RELATIVE
Ian Rogers
2023-01-19
perf tools: Remove HAVE_LIBTRACEEVENT_TEP_FIELD_IS_RELATIVE
Ian Rogers
2022-12-14
perf evlist: Remove group option.
Ian Rogers
2022-12-14
perf tools: Check if libtracevent has TEP_FIELD_IS_RELATIVE
Arnaldo Carvalho de Melo
2022-12-14
perf build: Use libtraceevent from the system
Ian Rogers
2022-11-16
perf thread_map: Reduce exposure of libperf internal API
Ian Rogers
2022-03-26
perf python: Add perf_env stubs that will be needed in evsel__open_strerror()
Arnaldo Carvalho de Melo
2022-01-22
perf python: Fix cpu_map__item() building
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-16
Merge tag 'trace-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2022-01-12
perf cpumap: Give CPUs their own type
Ian Rogers
2021-12-11
perf python: Fix NULL vs IS_ERR_OR_NULL() checking
Miaoqian Lin
[next]