summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-11-08arm64: Prototype emit perf text poke eventarm64_perf_text_pork_prototypeLeo Yan
2019-11-08perf coresight: Add text poke optionLeo Yan
2019-11-08perf_event: Add perf_event_text_poke_enabled()Leo Yan
2019-11-05perf intel-pt: Add support for text poke eventsAdrian Hunter
2019-11-05perf tools: Add support for PERF_RECORD_TEXT_POKEAdrian Hunter
2019-11-05perf/x86: Add perf text poke eventAdrian Hunter
2019-10-25perf map: Check if the map still has some refcounts on exitArnaldo Carvalho de Melo
2019-10-25perf dso: Add dso__data_write_cache_addr()Adrian Hunter
2019-10-25perf dso: Refactor dso_cache__read()Adrian Hunter
2019-10-25perf auxtrace: Add auxtrace_cache__remove()Adrian Hunter
2019-10-25perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu
2019-10-25perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu
2019-10-25perf probe: Fix to list probe event with correct line numberMasami Hiramatsu
2019-10-25perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu
2019-10-25perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu
2019-10-25perf probe: Fix wrong address verificationMasami Hiramatsu
2019-10-24perf jevents: Fix resource leak in process_mapfile() and main()Yunfeng Ye
2019-10-24perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu
2019-10-24perf probe: Walk function lines in lexical blocksMasami Hiramatsu
2019-10-24perf probe: Fix to find range-only function instanceMasami Hiramatsu
2019-10-23perf kvm: Use evlist layer api when possibleIgor Lubashev
2019-10-23perf tests: Fix a typoLeo Yan
2019-10-23perf tools: Avoid a malloc() for array eventsIan Rogers
2019-10-23perf tools: Move ALLOC_LIST into a functionIan Rogers
2019-10-22perf evsel: Avoid close(-1)Andi Kleen
2019-10-22perf evsel: Always preserve errno while cleaning up perf_event_open failuresAndi Kleen
2019-10-22perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan
2019-10-22perf llvm: Make .o saving a debug message, not an info oneArnaldo Carvalho de Melo
2019-10-22perf record: Put a copy of kcore into the perf.data directoryAdrian Hunter
2019-10-22perf data: Support single perf.data file directoryAdrian Hunter
2019-10-22perf session: Fix indent in perf_session__new()"Jiri Olsa
2019-10-22perf data: Rename directory "header" file to "data"Adrian Hunter
2019-10-22perf data: Move perf_dir_version into data.hAdrian Hunter
2019-10-22perf data: Correctly identify directory data filesAdrian Hunter
2019-10-22Merge tag 'perf-core-for-mingo-5.5-20191021' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-10-22Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-10-21perf/aux: Fix tracking of auxiliary trace buffer allocationThomas Richter
2019-10-21Merge tag 'perf-urgent-for-mingo-5.4-20191017' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-10-20perf/x86/intel/pt: Fix base for single entry topaJiri Olsa
2019-10-19perf trace: Use STUL_STRARRAY_FLAGS with mmapArnaldo Carvalho de Melo
2019-10-19perf trace: Wire up strarray__strtoul_flags()Arnaldo Carvalho de Melo
2019-10-19libbeauty: Introduce strarray__strtoul_flags()Arnaldo Carvalho de Melo
2019-10-19libbeauty: Make the mmap_flags strarray visible outside of its beautifierArnaldo Carvalho de Melo
2019-10-19perf trace: Use strtoul for the fcntl 'cmd' argumentArnaldo Carvalho de Melo
2019-10-19libbeauty: Introduce syscall_arg__strtoul_strarrays()Arnaldo Carvalho de Melo
2019-10-19libperf: Add pr_err() macroJiri Olsa
2019-10-19libperf: Do not export perf_evsel__init()/perf_evlist__init()Jiri Olsa
2019-10-19libperf: Keep count of failed testsJiri Olsa
2019-10-19libperf: Add tests_mmap_cpus testJiri Olsa
2019-10-19libperf: Add tests_mmap_thread testJiri Olsa