summaryrefslogtreecommitdiff
path: root/tools/perf/util/header.h
AgeCommit message (Expand)Author
2021-08-02perf tools: Pass a fd to perf_file_header__read_pipe()Namhyung Kim
2021-05-17perf header: Support HYBRID_CPU_PMU_CAPS featureJin Yao
2021-05-17perf header: Support HYBRID_TOPOLOGY featureJin Yao
2020-08-06perf header: Store clock references for -k/--clockid optionJiri Olsa
2020-04-18perf header: Support CPU PMU capabilitiesKan Liang
2019-11-06perf data: Move perf_dir_version into data.hAdrian Hunter
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo
2019-09-20perf event: Move perf_event__synthesize* to event.hArnaldo Carvalho de Melo
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-05-15perf record: Implement COMPRESSED event record and its attributesAlexey Budankov
2019-03-19perf bpf: Save BTF information as headers to perf.dataSong Liu
2019-03-19perf bpf: Save bpf_prog_info information as headers to perf.dataSong Liu
2019-03-11perf header: Add DIR_FORMAT feature to describe directory dataJiri Olsa
2018-10-18perf record: Encode -k clockid frequency into Perf traceAlexey Budankov
2018-09-19perf tools: Remove perf_tool from event_op2Jiri Olsa
2018-08-30perf tools: Switch 'session' argument to 'evlist' in perf_event__synthesize_a...Jiri Olsa
2018-07-30perf tools: Fix the build on the alpine:edge distroArnaldo Carvalho de Melo
2018-03-08perf tools: Add MEM_TOPOLOGY feature to perf data fileJiri Olsa
2018-02-16perf cpuid: Introduce a platform specific cpuid compare functionThomas Richter
2018-01-08perf header: Add infrastructure to record first and last sample timeJin Yao
2017-12-05perf pmu: Pass pmu as a parameter to get_cpuid_str()Ganapatrao Kulkarni
2017-11-29perf record: Synthesize unit/scale/... in event updateAndi Kleen
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-07-18perf tools: Add feature header record to pipe-modeDavid Carrillo-Cisneros
2017-07-18perf header: Add struct feat_fd for writeDavid Carrillo-Cisneros
2017-07-18perf header: Revamp do_write()David Carrillo-Cisneros
2016-10-03perf pmu: Use pmu_events table to create aliasesSukadev Bhattiprolu
2016-03-23perf tools: Remove misplaced __maybe_unusedArnaldo Carvalho de Melo
2016-02-16perf tools: Add perf data cache featureJiri Olsa
2015-12-17perf tools: Introduce stat perf.data header featureJiri Olsa
2015-12-17perf tools: Add perf_event__fprintf_event_update functionJiri Olsa
2015-12-17perf tools: Add event_update event cpus typeJiri Olsa
2015-12-17perf tools: Add event_update event name typeJiri Olsa
2015-12-17perf tools: Add event_update event scale typeJiri Olsa
2015-12-17perf tools: Add event_update event unit typeJiri Olsa
2015-12-17perf tools: Add event_update user level eventJiri Olsa
2015-09-14perf env: Move perf_env out of header.h and session.c into separate objectArnaldo Carvalho de Melo
2015-09-02perf tools: Store the cpu socket and core ids in the perf.data headerKan Liang
2015-08-28perf tools: Rename perf_session_env to perf_envKan Liang
2015-07-21perf header: Use argv style storage for cmdline feature dataJiri Olsa
2015-04-29perf header: Add AUX area tracing featureAdrian Hunter
2014-11-05perf build-id: Move build-id related functions to util/build-id.cNamhyung Kim
2014-07-23perf tools: Add dsos__hit_all()Adrian Hunter
2014-05-01tools: Consolidate types.hBorislav Petkov
2014-01-13perf header: Pack 'struct perf_session_env'Arnaldo Carvalho de Melo
2013-07-17perf header: Recognize version number for perf data fileJiri Olsa
2013-07-17perf header: Introduce feat_offset into perf_headerJiri Olsa
2013-07-17perf header: Remove attr_offset from perf_headerJiri Olsa
2013-07-17perf session: Use session->fd instead of passing fd as argumentJiri Olsa