summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2024-03-21perf pmu: Drop "default_core" from alias namesIan Rogers
2024-03-21perf list: Add tracepoint encoding to detailed outputIan Rogers
2024-03-21perf annotate-data: Do not retry for invalid typesNamhyung Kim
2024-03-21perf annotate-data: Add a cache for global variable typesNamhyung Kim
2024-03-21perf annotate-data: Add stack canary typeNamhyung Kim
2024-03-21perf annotate-data: Handle ADD instructionsNamhyung Kim
2024-03-21perf annotate-data: Support general per-cpu accessNamhyung Kim
2024-03-21perf annotate-data: Track instructions with a this-cpu variableNamhyung Kim
2024-03-21perf annotate-data: Handle this-cpu variables in kernelNamhyung Kim
2024-03-21perf annotate: Parse x86 segment register locationNamhyung Kim
2024-03-21perf annotate-data: Check register state for typeNamhyung Kim
2024-03-21perf annotate-data: Implement instruction trackingNamhyung Kim
2024-03-21perf annotate-data: Handle call instructionsNamhyung Kim
2024-03-21perf annotate-data: Handle global variable accessNamhyung Kim
2024-03-21perf annotate-data: Add get_global_var_type()Namhyung Kim
2024-03-21perf annotate-data: Add update_insn_state()Namhyung Kim
2024-03-21perf annotate-data: Maintain variable type infoNamhyung Kim
2024-03-21perf annotate-data: Add debug messagesNamhyung Kim
2024-03-21perf annotate: Add annotate_get_basic_blocks()Namhyung Kim
2024-03-21perf annotate-data: Introduce 'struct data_loc_info'Namhyung Kim
2024-03-21perf map: Add map__objdump_2rip()Namhyung 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-03-21perf cpumap: Use perf_cpu_map__for_each_cpu when possibleIan Rogers
2024-03-21perf cpumap: Clean up use of perf_cpu_map__has_any_cpu_or_is_emptyIan Rogers
2024-03-21perf auxtrace: Fix multiple use of --itrace optionAdrian Hunter
2024-03-21perf trace: Collect sys_nanosleep first argumentArnaldo Carvalho de Melo
2024-03-06perf annotate: Add comments in the data structuresNamhyung Kim
2024-03-06perf annotate: Remove sym_hist.addr[] arrayNamhyung Kim
2024-03-06perf annotate: Calculate instruction overhead using hashmapNamhyung Kim
2024-03-06perf annotate: Add a hashmap for symbol histogramNamhyung Kim
2024-03-03perf threads: Reduce table size from 256 to 8Ian Rogers
2024-03-03perf threads: Switch from rbtree to hashmapIan Rogers
2024-03-03perf threads: Move threads to its own filesIan Rogers
2024-03-03perf machine: Move machine's threads into its own abstractionIan Rogers
2024-03-03perf machine: Move fprintf to for_each loop and a callbackIan Rogers
2024-03-03perf trace: Ignore thread hashing in summaryIan Rogers
2024-03-03perf report: Sort child tasks by tidIan Rogers
2024-02-29perf map: Fix map reference count issuesIan Rogers
2024-02-29perf lock contention: Account contending locks tooNamhyung Kim
2024-02-29perf metrics: Fix segv for metrics with no eventsIan Rogers
2024-02-29perf metrics: Fix metric matchingIan Rogers
2024-02-26perf pmu: Fix a potential memory leak in perf_pmu__lookup()Christophe JAILLET
2024-02-26perf data convert: Fix segfault when converting to json when cpu_desc isn't setIlkka Koskinen
2024-02-23perf print-events: make is_event_supported() more robustMark Rutland
2024-02-22perf list: Add scandirat compatibility functionIan Rogers
2024-02-22perf thread_map: Skip exited threads when scanning /procIan Rogers
2024-02-22perf stat: Fix metric-only aggregation indexIan Rogers