summaryrefslogtreecommitdiff
path: root/simpleperf/cmd_kmem.cpp
AgeCommit message (Expand)Author
2023-07-27simpleperf: fix parsing tracing format for fuzzerYabin Cui
2023-04-17simpleperf: Store perf_event_attr value in EventAttrWithIdYabin Cui
2022-12-09simpleperf: handle unexpected dso type error.Yabin Cui
2022-09-13simpleperf: fix fuzzer bug in Tracing constructor.Yabin Cui
2021-12-21simpleperf: use std::function for display function.Yabin Cui
2021-08-19simpleperf: switch to cpu-clock when cpu-cycles is missing on x86.Yabin Cui
2021-01-11simpleperf: move all source files into simpleperf namespaceYabin Cui
2020-10-23simpleperf: enable .clang-formatThiƩbaud Weksteen
2020-07-08simpleperf: add function to preprocess options.Yabin Cui
2019-05-06simpleperf: fix segfault caused by reused thread ids.Yabin Cui
2018-03-21simpleperf: add SIMPLE_PERF_RECORD_TRACE_DATA record type.Yabin Cui
2018-02-13simpleperf: Use cross-arch unwinding.Yabin Cui
2017-08-03Fix clang-tidy performance-* warnings in system/extras.Chih-Hung Hsieh
2016-12-09simpleperf: Improve Callgraph.Yabin Cui
2016-11-04simpleperf: make file feature section used in more report commands.Yabin Cui
2016-09-29Simpleperf: don't expose EventSelection.Yabin Cui
2016-08-04simpleperf: keep binary in class Record.Yabin Cui
2016-06-29Simpleperf: add vaddr_in_file sort key in report command.Yabin Cui
2016-06-20simpleperf: add kmem command to report slab allocation information.Yabin Cui