summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts.py
AgeCommit message (Expand)Author
2014-07-16perf script: Add callchain to generic and tracepoint eventsJoseph Schuchart
2014-06-25perf scripts: Fallback to syscalls:* when raw_syscalls:* is not availableDaniel Bristot de Oliveira
2010-12-25perf script: Finish the rename from trace to scriptArnaldo Carvalho de Melo
2010-10-25perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo
2010-02-25perf/scripts: Add syscall tracing scriptsTom Zanussi
8bb03ed6850c6ed4ce2f1600ea73401fc2ebd95'>perf dwarf-aux: Check allowed location expressions when collecting variablesNamhyung Kim 2024-08-08perf annotate-data: Show typedef names properlyNamhyung Kim 2024-05-09perf dwarf-aux: Fix build with HAVE_DWARF_CFI_SUPPORTJames Clark 2024-05-07perf dwarf-aux: Print array type name with "[]"Namhyung Kim 2024-05-02perf dwarf-aux: Add die_collect_global_vars()Namhyung Kim 2024-04-16perf dwarf-aux: Check variable address range properlyNamhyung Kim 2024-04-16perf dwarf-aux: Check pointer offset when checking variablesNamhyung Kim 2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim 2024-03-21perf dwarf-aux: Add die_find_func_rettype()Namhyung Kim 2024-03-21perf dwarf-aux: Handle type transfer for memory accessNamhyung Kim 2024-03-21perf dwarf-aux: Add die_collect_vars()Namhyung Kim 2024-03-21perf dwarf-aux: Remove unused pc argumentNamhyung Kim 2024-01-22perf dwarf-aux: Check allowed DWARF OpsNamhyung Kim 2024-01-22perf annotate-data: Support stack variablesNamhyung Kim 2024-01-22perf dwarf-aux: Add die_get_cfa()Namhyung Kim 2023-12-23perf dwarf-aux: Factor out die_get_typename_from_type()Namhyung Kim 2023-11-28perf dwarf-aux: Add die_find_variable_by_addr()Namhyung Kim 2023-11-10perf dwarf-aux: Add die_find_variable_by_reg() helperNamhyung Kim 2023-11-10perf dwarf-aux: Add die_get_scopes() alternative to dwarf_getscopes()Namhyung Kim 2023-11-10perf dwarf-aux: Move #else block of #ifdef HAVE_DWARF_GETLOCATIONS_SUPPORT co...Namhyung Kim 2023-11-10perf dwarf-aux: Fix die_get_typename() for void *Namhyung Kim 2023-07-11perf probe: Read DWARF files from the correct CUGeorg Müller 2023-06-13perf dwarf-aux: Allow unnamed struct/union/enumNamhyung Kim 2023-06-13perf dwarf-aux: Fix off-by-one in die_get_varname()Namhyung Kim 2022-11-08perf probe: Fix to get the DW_AT_decl_file and DW_AT_call_file as unsinged dataMasami Hiramatsu (Google) 2022-11-03perf probe: Fix to get declared file name from clang DWARF5Masami Hiramatsu (Google) 2022-11-03perf probe: Use dwarf_attr_integrate as generic DWARF attr accessorMasami Hiramatsu (Google) 2022-11-03perf probe: Fix to avoid crashing if DW_AT_decl_file is NULLMasami Hiramatsu (Google)