LinuxLists
Users
About
Athira Rajeev (
[email protected]
)
Number of posts: 160 (0.11 per day)
First post: 2020-05-19 06:17:53
Last post: 2024-06-14 22:21:54
Next Page
Date
List
Subject
2024-06-14 22:21:54
linux-kernel
[V4 16/16] tools/perf: Set instruction name to be used with insn-stat when using raw instruction
2024-06-14 22:16:55
linux-kernel
[V4 03/16] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
2024-06-14 21:28:56
linux-kernel
[V4 11/16] tools/perf: Make capstone_init non-static so that it can be used during symbol disassemble
2024-06-14 21:28:21
linux-kernel
[V4 12/16] tools/perf: Use capstone_init and remove open_capstone_handle from disasm.c
2024-06-14 20:32:06
linux-kernel
[V4 06/16] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
2024-06-14 20:28:08
linux-kernel
[V4 14/16] tools/perf: Add support to find global register variables using find_data_type_global_reg
2024-06-14 19:57:03
linux-kernel
[PATCH 1/2] tools/perf: Fix the string match for "/tmp/perf-$PID.map" files in dso__load
2024-06-14 19:47:39
linux-kernel
[V4 07/16] tools/perf: Add support to identify memory instructions of opcode 31 in powerpc
2024-06-14 19:46:57
linux-kernel
[V4 15/16] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
2024-06-14 19:35:40
linux-kernel
[PATCH 2/2] tools/perf: Fix parallel-perf python script to replace new python syntax ":=" usage
2024-06-14 18:32:31
linux-kernel
[V4 10/16] tools/perf: Update instruction tracking for powerpc
2024-06-14 18:32:13
linux-kernel
[V4 02/16] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
2024-06-14 18:00:13
linux-kernel
[V4 05/16] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
2024-06-14 17:30:56
linux-kernel
[V4 13/16] tools/perf: Add support to use libcapstone in powerpc
2024-06-14 17:29:23
linux-kernel
[V4 09/16] tools/perf: Add more instructions for instruction tracking
2024-06-14 17:28:59
linux-kernel
[V4 08/16] tools/perf: Add some of the arithmetic instructions to support instruction tracking in powerpc
2024-06-14 17:28:10
linux-kernel
[V4 04/16] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
2024-06-14 17:27:19
linux-kernel
[V4 01/16] tools/perf: Move the data structures related to register type to header file
2024-06-14 17:27:19
linux-kernel
[V4 00/16] Add data type profiling support for powerpc
2024-06-12 12:12:12
linux-kernel
Re: [PATCH 1/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
2024-06-12 11:48:06
linux-kernel
Re: [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
2024-06-10 15:35:02
linux-kernel
Re: [PATCH V3 11/14] tools/perf: Add support to use libcapstone in powerpc
2024-06-08 12:16:25
linux-kernel
Re: [PATCH 1/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
2024-06-08 09:32:06
linux-kernel
Re: [PATCH V3 11/14] tools/perf: Add support to use libcapstone in powerpc
2024-06-08 08:12:35
linux-kernel
Re: [PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
2024-06-08 08:12:10
linux-kernel
Re: [PATCH V3 10/14] tools/perf: Update instruction tracking for powerpc
2024-06-08 07:08:51
linux-kernel
Re: [PATCH V3 06/14] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
2024-06-07 05:51:29
linux-kernel
[PATCH 2/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
2024-06-07 04:57:49
linux-kernel
[PATCH 3/3] tools/perf: Fix timing issue with parallel threads in perf bench wake-up-parallel
2024-06-07 04:57:30
linux-kernel
[PATCH 1/3] tools/perf: Fix the nrcpus in perf bench futex to enable the run when all CPU's are not online
2024-06-06 14:38:05
linux-kernel
Re: [PATCH] perf sched map: Add command-name option to filter the output map
2024-06-01 10:02:05
linux-kernel
[PATCH V3 06/14] tools/perf: Update parameters for reg extract functions to use raw instruction on powerpc
2024-06-01 09:12:54
linux-kernel
[PATCH V3 13/14] tools/perf: Add support for global_die to capture name of variable in case of register defined variable
2024-06-01 08:18:49
linux-kernel
[PATCH V3 14/14] tools/perf: Set instruction name to be used with insn-stat when using raw instruction
2024-06-01 08:15:00
linux-kernel
[PATCH V3 10/14] tools/perf: Update instruction tracking for powerpc
2024-06-01 07:21:08
linux-kernel
[PATCH V3 05/14] tools/perf: Add disasm_line__parse to parse raw instruction for powerpc
2024-06-01 07:16:41
linux-kernel
[PATCH V3 09/14] tools/perf: Add more instructions for instruction tracking
2024-06-01 06:16:01
linux-kernel
[PATCH V3 12/14] tools/perf: Add support to find global register variables using find_data_type_global_reg
2024-06-01 06:13:45
linux-kernel
[PATCH V3 11/14] tools/perf: Add support to use libcapstone in powerpc
2024-06-01 06:12:34
linux-kernel
[PATCH V3 08/14] tools/perf: Add some of the arithmetic instructions to support instruction tracking in powerpc
2024-06-01 06:12:16
linux-kernel
[PATCH V3 07/14] tools/perf: Add support to identify memory instructions of opcode 31 in powerpc
2024-06-01 06:11:41
linux-kernel
[PATCH V3 02/14] tools/perf: Add "update_insn_state" callback function to handle arch specific instruction tracking
2024-06-01 06:11:26
linux-kernel
[PATCH V3 04/14] tools/perf: Use sort keys to determine whether to pick objdump to disassemble
2024-06-01 06:11:08
linux-kernel
[PATCH V3 03/14] tools/perf: Add support to capture and parse raw instruction in powerpc using dso__data_read_offset utility
2024-06-01 06:10:42
linux-kernel
[PATCH V3 00/14] Add data type profiling support for powerpc
2024-06-01 06:10:30
linux-kernel
[PATCH V3 01/14] tools/perf: Move the data structures related to register type to header file
2023-12-13 09:52:53
linux-kernel
Re: [PATCH V2 0/5] Clean up perf mem
2023-12-06 06:12:28
linux-kernel
Re: [RFC PATCH v2] perf evsel: Fallback to task-clock when not system wide
2023-12-05 11:24:32
linux-kernel
Re: [RFC PATCH v2] perf evsel: Fallback to task-clock when not system wide
2023-12-05 07:33:52
linux-kernel
Re: [PATCH v2 1/4] perf build: Shellcheck support for OUTPUT directory
2023-12-05 07:19:02
linux-kernel
Re: [PATCH] perf vendor events: Update datasource event name to fix duplicate events