blob: d1006bf59a5761bd7008c96d2a1cf2816be59721 [file] [log] [blame]
72932371e780 ("libperf: Rename the PERF_RECORD_ structs to have a "perf" prefix")
7510410a38c7 ("libperf: Add 'union perf_event' to perf/event.h")
f5f684321791 ("libperf: Add PERF_RECORD_COMPRESSED 'struct compressed_event' to perf/event.h")
1b8896fb296f ("libperf: Add PERF_RECORD_HEADER_FEATURE 'struct feature_event' to perf/event.h")
bfd922d8f09a ("libperf: Add PERF_RECORD_TIME_CONV 'struct time_conv_event' to perf/event.h")
782adbe29649 ("libperf: Add PERF_RECORD_STAT_ROUND 'struct stat_round_event' to perf/event.h")
18a13a60f6f5 ("libperf: Add PERF_RECORD_STAT 'struct stat_event' to perf/event.h")
c5f416e6c69e ("libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.h")
3e4c453f5cba ("libperf: Add PERF_RECORD_THREAD_MAP 'struct thread_map_event' to perf/event.h")
6b49aaebd05f ("libperf: Add PERF_RECORD_SWITCH 'struct context_switch_event' to perf/event.h")
f279ad63a09d ("libperf: Add PERF_RECORD_ITRACE_START 'struct itrace_start_event' to perf/event.h")
aedebdca09ca ("libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.h")
3460efb2e842 ("libperf: Add PERF_RECORD_AUXTRACE_ERROR 'struct auxtrace_error_event' to perf/event.h")
306c9d24c09d ("libperf: Add PERF_RECORD_AUXTRACE 'struct auxtrace_event' to perf/event.h")
9a8dad041955 ("libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/event.h")
fecb41003062 ("libperf: Add PERF_RECORD_ID_INDEX 'struct id_index_event' to perf/event.h")
ffd337b45b1a ("libperf: Add PERF_RECORD_HEADER_BUILD_ID 'struct build_id_event' to perf/event.h")
4fd7a4d22042 ("libperf: Add PERF_RECORD_HEADER_TRACING_DATA 'struct tracing_data_event' to perf/event.h")
0f5b1a28c03d ("libperf: Add PERF_RECORD_HEADER_EVENT_TYPE 'struct event_type_event' to perf/event.h")
5ded068e9238 ("libperf: Add PERF_RECORD_EVENT_UPDATE 'struct event_update_event' to perf/event.h")
78e5ea162096 ("libperf: Add PERF_RECORD_CPU_MAP 'struct cpu_map_event' to perf/event.h")
c78ad994ad99 ("libperf: Add PERF_RECORD_HEADER_ATTR 'struct attr_event' to perf/event.h")
6a1b359821eb ("perf tools: Rename perf_event::bpf_event to perf_event::bpf")
ebdba16e95f7 ("perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbol")
69d81f09e160 ("libperf: Rename the PERF_RECORD_ structs to have a "perf" suffix")
b1fcd190bb3f ("libperf: Add PERF_RECORD_SAMPLE 'struct sample_event' to perf/event.h")
b1b510142283 ("libperf: Add PERF_RECORD_BPF_EVENT 'struct bpf_event' to perf/event.h")
f15e3c25a1b4 ("libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.h")
003c66fec28f ("libperf: Add PERF_RECORD_THROTTLE 'struct throttle_event' to perf/event.h")
213a6c1d2068 ("libperf: Add PERF_RECORD_READ 'struct read_event' to perf/event.h")
a2e254d84172 ("libperf: Add PERF_RECORD_LOST_SAMPLES 'struct lost_samples_event' to perf/event.h")
5290ed6955eb ("libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.h")
bceb59b1f28d ("libperf: Add PERF_RECORD_FORK 'struct fork_event' to perf/event.h")
19d1765a3ed9 ("libperf: Add PERF_RECORD_NAMESPACES 'struct namespaces_event' to perf/event.h")
002dda32a831 ("libperf: Add PERF_RECORD_COMM 'struct comm_event' to perf/event.h")
b66ced19c9f6 ("libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.h")
1345e2ee87a8 ("libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.h")
29e331176da1 ("perf cpumap: No need to include perf.h, ditch it")
5e51b0bb245d ("perf cpumap: Remove needless includes from cpumap.h")
315c0a1f0ccd ("libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()")
6549cd8f2cc2 ("perf tools: Use perf_cpu_map__nr instead of cpu_map__nr")
09145d26b608 ("libperf: Add perf_cpu_map__for_each_cpu() macro")
03617c22e31f ("libperf: Add threads to struct perf_evlist")
f72f901d90b0 ("libperf: Add cpus to struct perf_evlist")
ec903f264f01 ("libperf: Add has_user_cpus to struct perf_evlist")
af663bd01bea ("libperf: Add threads to struct perf_evsel")
fe1f61b37ffa ("libperf: Add own_cpus to struct perf_evsel")
d400bd3abf2c ("libperf: Add cpus to struct perf_evsel")
9c3516d1b850 ("libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functions")
1fc632cef4ea ("libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel")