summaryrefslogtreecommitdiff
path: root/tools/perf/util/cs-etm.c
AgeCommit message (Expand)Author
2019-11-26perf maps: Merge 'struct maps' with 'struct map_groups'Arnaldo Carvalho de Melo
2019-11-06perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan
2019-09-25libperf: Move 'id' from 'struct evsel' to 'struct perf_evsel'Jiri Olsa
2019-09-20perf tools: Move event synthesizing routines to separate .c fileArnaldo Carvalho de Melo
2019-09-20perf tools: Remove util.h from where it is not neededArnaldo Carvalho de Melo
2019-08-31perf symbols: Move mem_info and branch_info out of symbol.hArnaldo Carvalho de Melo
2019-08-31perf auxtrace: Uninline functions that touch perf_sessionArnaldo Carvalho de Melo
2019-08-31perf tools: Remove needless thread_map.h include directivesArnaldo Carvalho de Melo
2019-08-31perf dsos: Move the dsos struct and its methods to separate source filesArnaldo Carvalho de Melo
2019-08-29libperf: Rename the PERF_RECORD_ structs to have a "perf" prefixJiri Olsa
2019-08-29libperf: Add PERF_RECORD_AUXTRACE_INFO 'struct auxtrace_info_event' to perf/e...Jiri Olsa
2019-08-20perf cs-etm: Support sample flags 'insn' and 'insnlen'Leo Yan
2019-07-29libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evselJiri Olsa
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-07-11perf cs-etm: Return errcode in cs_etm__process_auxtrace_info()YueHaibing
2019-07-11perf cs-etm: Remove errnoeous ERR_PTR() usage in cs_etm__process_auxtrace_infoYueHaibing
2019-07-09perf cs-etm: Fix potential NULL pointer dereference found by the smatchLeo Yan
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-10perf cs-etm: Add support for CPU-wide trace scenariosMathieu Poirier
2019-06-10perf cs-etm: Add notion of time to decoding codeMathieu Poirier
2019-06-10perf cs-etm: Linking PE contextID with perf thread mechanicMathieu Poirier
2019-06-10perf cs-etm: Add support for multiple traceID queuesMathieu Poirier
2019-06-10perf cs-etm: Use traceID aware memory callback APIMathieu Poirier
2019-06-10perf cs-etm: Move tid/pid to traceid_queueMathieu Poirier
2019-06-10perf cs-etm: Move thread to traceid_queueMathieu Poirier
2019-06-10perf cs-etm: Get rid of unused cpu in struct cs_etm_queueMathieu Poirier
2019-06-10perf cs-etm: Introduce the concept of trace ID queuesMathieu Poirier
2019-06-10perf cs-etm: Fix indentation in function cs_etm__process_decoder_queue()Mathieu Poirier
2019-06-10perf cs-etm: Move packet queue out of decoder structureMathieu Poirier
2019-06-10perf cs-etm: Add handling of switch-CPU-wide eventsMathieu Poirier
2019-06-10perf cs-etm: Add handling of itrace start eventsMathieu Poirier
2019-05-02perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan
2019-05-02perf cs-etm: Don't check cs_etm_queue::prev_packet validityLeo Yan
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier
2019-02-14perf cs-etm: Fix memory leak in error pathMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier
2019-02-14perf cs-etm: Fix wrong return values in error pathMathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "state"Mathieu Poirier
2019-02-14perf cs-etm: Add proper header file for symbolsMathieu Poirier
2019-02-06perf cs-etm: Set sample flags for exception return packetLeo Yan