summaryrefslogtreecommitdiff
path: root/tools/perf/util/event.c
AgeCommit message (Expand)Author
2019-11-26perf maps: Rename 'mg' variables to 'maps'Arnaldo Carvalho de Melo
2019-11-26perf addr_location: Rename al->mg to al->mapsArnaldo Carvalho de Melo
2019-11-26perf thread: Rename thread->mg to thread->mapsArnaldo Carvalho de Melo
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-11-12perf tools: Add map_groups to 'struct addr_location'Arnaldo Carvalho de Melo
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo
2019-09-20perf tools: Move event synthesizing routines to separate headerArnaldo Carvalho de Melo
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-29perf tools: Remove perf.h from source files not needing itArnaldo Carvalho de Melo
2019-08-29perf tools: Remove needless perf.h include directive from headersArnaldo Carvalho de Melo
2019-08-29perf time-utils: Adopt rdclock() from perf.hArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-29libperf: Add PERF_RECORD_STAT_CONFIG 'struct stat_config_event' to perf/event.hJiri Olsa
2019-08-29libperf: Add PERF_RECORD_AUX 'struct aux_event' to perf/event.hJiri Olsa
2019-08-28perf event: Check ref_reloc_sym before using itIgor Lubashev
2019-08-26perf tool: Rename perf_tool::bpf_event to bpfArnaldo Carvalho de Melo
2019-08-26perf tools: Rename perf_event::bpf_event to perf_event::bpfArnaldo Carvalho de Melo
2019-08-26perf tools: Rename perf_event::ksymbol_event to perf_event::ksymbolArnaldo Carvalho de Melo
2019-08-26libperf: Add PERF_RECORD_KSYMBOL 'struct ksymbol_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_LOST 'struct lost_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_MMAP2 'struct mmap2_event' to perf/event.hJiri Olsa
2019-08-26libperf: Add PERF_RECORD_MMAP 'struct mmap_event' to perf/event.hJiri Olsa
2019-08-22libperf: Add perf_thread_map__nr/perf_thread_map__pid functionsJiri Olsa
2019-08-22libperf: Move perf's cpu_map__empty() to perf_cpu_map__empty()Jiri Olsa
2019-07-29libperf: Add perf_thread_map__get()/perf_thread_map__put()Jiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29perf tools: Rename struct thread_map to struct perf_thread_mapJiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa
2019-07-09perf tools: Use zfree() where applicableArnaldo Carvalho de Melo
2019-07-09tools lib: Adopt zalloc()/zfree() from tools/perfArnaldo Carvalho de Melo
2019-06-26perf tools: Ditch rtrim(), use skip_spaces() to get closer to the kernelArnaldo Carvalho de Melo
2019-06-25tools perf: Move from sane_ctype.h obtained from git to the Linux's originalArnaldo Carvalho de Melo
2019-05-28perf script: Remove superfluous BPF event titlesJiri Olsa
2019-05-15perf record: Implement COMPRESSED event record and its attributesAlexey Budankov
2019-02-06perf tools: Add missing include for symbols.hArnaldo Carvalho de Melo
2019-02-06pref tools: Add missing map.h includesArnaldo Carvalho de Melo
2019-01-21perf tools: Handle PERF_RECORD_BPF_EVENTSong Liu
2019-01-21perf tools: Handle PERF_RECORD_KSYMBOLSong Liu
2018-12-17perf tools: Allow specifying proc-map-timeout in config fileMark Drayton
2018-12-17perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter
2018-12-17perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter
2018-10-31perf tools: Don't clone maps from parent when synthesizing forksDavid Miller
2018-10-17perf tools: Stop fallbacking to kallsyms for vdso symbols lookupArnaldo Carvalho de Melo
2018-10-16perf cpu_map: Align cpu map synthesized events properly.David Miller
2018-08-08perf map: Synthesize maps only for thread group leaderKonstantin Khlebnikov
2018-05-23perf machine: Synthesize and process mmap events for x86 PTI entry trampolinesAdrian Hunter
2018-05-22perf machine: Allow for extra kernel mapsAdrian Hunter
2018-04-27perf symbols: Unify symbol mapsArnaldo Carvalho de Melo
2018-04-26perf thread: Make thread__find_map() search all mapsArnaldo Carvalho de Melo