index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.18.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
tests
/
sample-parsing.c
Age
Commit message (
Expand
)
Author
2023-02-02
perf script: Show branch speculation info
Sandipan Das
2022-12-14
perf util: Add host_is_bigendian to util.h
Ian Rogers
2022-08-19
perf tools: Support reading PERF_FORMAT_LOST
Namhyung Kim
2021-11-18
perf test sample-parsing: Fix branch_stack entry endianness check
Thomas Richter
2021-11-13
perf test: Rename struct test to test_suite
Ian Rogers
2021-11-13
perf test: Move each test suite struct to its test
Ian Rogers
2021-10-28
perf test sample-parsing: Add endian test for struct branch_flags
Madhavan Srinivasan
2021-03-06
perf test: Fix sample-parsing failure on non-x86 platforms
Kan Liang
2021-02-18
perf test: Fix unaligned access in sample parsing test
Namhyung Kim
2021-02-08
perf test: Support PERF_SAMPLE_WEIGHT_STRUCT
Kan Liang
2021-01-20
perf test: Add test case for PERF_SAMPLE_CODE_PAGE_SIZE
Stephane Eranian
2020-12-17
perf test: Make sample-parsing test aware of PERF_SAMPLE_{CODE,DATA}_PAGE_SIZE
Arnaldo Carvalho de Melo
2020-05-05
perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*()
Arnaldo Carvalho de Melo
2020-05-05
perf evsel: Rename __perf_evsel__sample_size() to __evsel__sample_size()
Arnaldo Carvalho de Melo
2020-04-03
perf tools: Basic support for CGROUP event
Namhyung Kim
2020-03-09
perf tools: Add hw_idx in struct branch_stack
Kan Liang
2019-11-21
perf tools: Add kernel AUX area sampling definitions
Adrian Hunter
2019-09-20
perf tools: Move event synthesizing routines to separate header
Arnaldo Carvalho de Melo
2019-09-20
perf tools: Remove util.h from where it is not needed
Arnaldo Carvalho de Melo
2019-08-31
perf symbols: Move mem_info and branch_info out of symbol.h
Arnaldo Carvalho de Melo
2019-08-31
perf debug: Remove needless include directives from debug.h
Arnaldo Carvalho de Melo
2019-07-29
libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel
Jiri Olsa
2019-07-29
perf evsel: Rename struct perf_evsel to struct evsel
Jiri Olsa
2019-07-09
perf tools: Add missing headers, mostly stdlib.h
Arnaldo Carvalho de Melo
2019-02-06
perf tests: Add missing headers so far obtained indirectly
Arnaldo Carvalho de Melo
2018-01-18
perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize...
Adrian Hunter
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-01
perf test: Add test case for PERF_SAMPLE_PHYS_ADDR
Kan Liang
2017-08-11
perf test: Add 'struct test *' to the test functions
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
2015-01-22
perf tests: Fix typo in sample-parsing.c
Rasmus Villemoes
2014-11-16
perf/tests: Add interrupted state sample parsing test
Stephane Eranian
2014-07-17
perf tools: Move pr_* debug macros into debug object
Jiri Olsa
2014-05-01
tools: Consolidate types.h
Borislav Petkov
2014-02-18
perf callchain: Add mask into struct regs_dump
Jiri Olsa
2013-11-04
perf test: Update "sample parsing" test for PERF_SAMPLE_TRANSACTION
Adrian Hunter
2013-10-23
perf test: Consider PERF_SAMPLE_TRANSACTION in the "sample parsing" test
Arnaldo Carvalho de Melo
2013-10-23
perf test: Clarify the "sample parsing" test entry
Arnaldo Carvalho de Melo
2013-08-29
perf tests: Add a sample parsing test
Adrian Hunter